We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7127e0 commit f737edbCopy full SHA for f737edb
app/assets/images/logo.png
10.7 KB
app/views/admin/home/show.html.erb
@@ -31,7 +31,9 @@
31
32
<nav class="navbar navbar-inverse navbar-admin" ng-controller="nav">
33
<div class="navbar-header">
34
- <a class="navbar-brand" href="/admin">Klog</a>
+ <a class="navbar-brand" href="/admin">
35
+ <%= image_tag 'logo.png', :height=>40 %>
36
+ </a>
37
</div>
38
<ul class="nav navbar-nav">
39
<li ng-class="{active:item.active}" ng-repeat="item in navItems">
public/favicon.ico
1.12 KB
0 commit comments