Skip to content

Commit f737edb

Browse files
committed
Modify logo & favicon
1 parent a7127e0 commit f737edb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/assets/images/logo.png

10.7 KB
Loading

app/views/admin/home/show.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
<nav class="navbar navbar-inverse navbar-admin" ng-controller="nav">
3333
<div class="navbar-header">
34-
<a class="navbar-brand" href="/admin">Klog</a>
34+
<a class="navbar-brand" href="/admin">
35+
<%= image_tag 'logo.png', :height=>40 %>
36+
</a>
3537
</div>
3638
<ul class="nav navbar-nav">
3739
<li ng-class="{active:item.active}" ng-repeat="item in navItems">

public/favicon.ico

1.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)