Skip to content

Commit

Permalink
#64 | Do not render links summary if there are no links
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-null committed Nov 21, 2016
1 parent 5bd97f1 commit a46660e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/options/views/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Add new Links</h1>
</form>
</div>

<div class="col-lg-12 vspace5">
<div class="col-lg-12 vspace5" ng-if="links.length > 0">
<h1>Edit Links:</h1>
<div>
<div class="col-lg-1">
Expand Down

0 comments on commit a46660e

Please sign in to comment.