Skip to content

Commit

Permalink
Show level and stars for selected recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
doxxx committed Mar 8, 2020
1 parent a5c9f6b commit 5310d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/simulator.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div class="my-dropdown" id="recipe-menu-root" >
<div class="input-append">
<span class="span4 uneditable-input my-dropdown-toggle">{{recipe.name}}</span>
<span class="span4 uneditable-input my-dropdown-toggle">[{{recipe.baseLevel}}{{'*'.repeat(recipe.stars)}}] {{recipe.name}}</span>

<div class="btn-group">
<button class="btn my-dropdown-toggle"><span class="caret"></span></button>
Expand Down
2 changes: 1 addition & 1 deletion app/views/solver.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div class="my-dropdown" id="recipe-menu-root" >
<div class="input-append">
<span class="span4 uneditable-input my-dropdown-toggle">{{recipe.name}}</span>
<span class="span4 uneditable-input my-dropdown-toggle">[{{recipe.baseLevel}}{{'*'.repeat(recipe.stars)}}] {{recipe.name}}</span>

<div class="btn-group">
<button class="btn my-dropdown-toggle"><span class="caret"></span></button>
Expand Down

0 comments on commit 5310d93

Please sign in to comment.