Skip to content

Commit 6e1b254

Browse files
committed
fix(client): fix thing redirect
1 parent ec3eb80 commit 6e1b254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/app/main/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1>'Allo, 'Allo!</h1>
1111
<div class="col-lg-12">
1212
<h1 class="page-header">Features:</h1>
1313
<ul class="nav nav-tabs nav-stacked col-md-4 col-lg-4 col-sm-6" *ngFor="let thing of awesomeThings">
14-
<li><a href="#"<% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
14+
<li><a <% if(filters.uibootstrap) { %> [tooltip]="thing.info"<% } %>>
1515
{{thing.name}}<% if(filters.models) { %>
1616
<button type="button" class="close" (click)="deleteThing(thing)">&times;</button><% } %>
1717
</a></li>

0 commit comments

Comments
 (0)