Skip to content

Commit

Permalink
fix(client): fix thing redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Aug 21, 2017
1 parent ec3eb80 commit 6e1b254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/client/app/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>'Allo, 'Allo!</h1>
<div class="col-lg-12">
<h1 class="page-header">Features:</h1>
<ul class="nav nav-tabs nav-stacked col-md-4 col-lg-4 col-sm-6" *ngFor="let thing of awesomeThings">
<li><a href="#"<% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
<li><a <% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
{{thing.name}}<% if(filters.models) { %>
<button type="button" class="close" (click)="deleteThing(thing)">&times;</button><% } %>
</a></li>
Expand Down

0 comments on commit 6e1b254

Please sign in to comment.