Skip to content

Commit

Permalink
Added icon for logs.
Browse files Browse the repository at this point in the history
This updates #15.
  • Loading branch information
skx committed Jun 2, 2016
1 parent 4e65aec commit 747651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layouts/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<a class="dropdown-toggle" href="#" data-toggle="dropdown"><!-- tmpl_var name='username' --><strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li><a href="/profile/"><i class="icon- glyphicon glyphicon-cog"></i> Profile</a></li>
<li><a href="/logs/">Logs</a></li>
<li><a href="/logs/"><i class="icon- glyphicon glyphicon-eye-open"></i> Logs</a></li>
<li><a href="/logout/"><i class="icon- glyphicon glyphicon-off"></i> Logout</a></li>
</ul>
</li>
Expand Down

0 comments on commit 747651d

Please sign in to comment.