Skip to content

Commit

Permalink
toggle style correction
Browse files Browse the repository at this point in the history
  • Loading branch information
wyppeter committed Oct 19, 2017
1 parent c3fc87e commit 958423d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/listings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
<a id="reset-button-id" href="/listings" class="btn query-buttons"><i style="margin-right:10px;" class="fa fa-close"></i> Clear</a>

{{#if favOnly}}
<button id="show-favs" type="submit" class="query-buttons show-favs-turn-on"><i style="margin-right:10px;" class="fa fa-toggle-on"></i> Favorites only</button>
<button id="show-favs" type="submit" class="query-buttons"><i style="margin-right:10px;" class="fa fa-toggle-on show-favs-turn-on"></i> Favorites only</button>
{{else}}
<button id="show-favs" name="favorites" value="true" type="submit" class="query-buttons show-favs-turn-off"><i style="margin-right:10px;" class="fa fa-toggle-off"></i> Favorites only</button>
<button id="show-favs" name="favorites" value="true" type="submit" class="query-buttons"><i style="margin-right:10px;" class="fa fa-toggle-off show-favs-turn-off"></i> Favorites only</button>
{{/if}}
</div>
<!-- /.col-* -->
Expand Down

0 comments on commit 958423d

Please sign in to comment.