Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jun 3, 2021
1 parent bde97bb commit fc9fab3
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions potato-or-not/templates/potato-template.html → templates/potato-template.html
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1 id="potato-title">{{ localize "PotatoOrNot.Selection"}}</h1>
<div class='potato-master-container'>
<div class='potato-level-container' level='0' {{#if (eq potato_quality 0)}} active {{/if}} >
<div class="potato-level-row">
<img src='/modules/potato-or-not/img/bad_potato.jpg'>
<img src='/modules/potato-or-not/styles/img/bad_potato.jpg'>
</div>
<div class="potato-level-row-text">
<h2>{{ localize "PotatoOrNot.BadTitle" }}</h2>
Expand All @@ -75,7 +75,7 @@ <h2>{{ localize "PotatoOrNot.BadTitle" }}</h2>
</div>
<div class='potato-level-container' level='1' {{#if (eq potato_quality 1)}} active {{/if}} >
<div class="potato-level-row">
<img src='/modules/potato-or-not/img/potato.png'>
<img src='/modules/potato-or-not/styles/img/potato.png'>
</div>
<div class="potato-level-row-text">
<h2>{{ localize "PotatoOrNot.MediumTitle" }}</h2>
Expand All @@ -84,7 +84,7 @@ <h2>{{ localize "PotatoOrNot.MediumTitle" }}</h2>
</div>
<div class='potato-level-container' level='2' {{#if (eq potato_quality 2)}} active {{/if}} >
<div class="potato-level-row">
<img src='/modules/potato-or-not/img/good_potato.jpg'>
<img src='/modules/potato-or-not/styles/img/good_potato.jpg'>
</div>
<div class="potato-level-row-text">
<h2>{{ localize "PotatoOrNot.GoodTitle" }}</h2>
Expand All @@ -97,7 +97,7 @@ <h2>{{ localize "PotatoOrNot.GoodTitle" }}</h2>

<div class="dialog-buttons">
<button class="dialog-button" data-button="confirm">
<img class="potato_icon" src='/modules/potato-or-not/img/potato_icon.png'></img>
<img class="potato_icon" src='/modules/potato-or-not/styles/img/potato_icon.png'></img>
{{ localize "PotatoOrNot.Accept" }}
</button>
</div>
Expand Down

0 comments on commit fc9fab3

Please sign in to comment.