Skip to content

Commit

Permalink
Add icomoon icon for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
peakpg committed Oct 30, 2012
1 parent 7da47c0 commit 0e28483
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions COPYRIGHT.txt
Expand Up @@ -21,6 +21,7 @@ license, including:

- jQuery - Copyright (C) 2009 John Resig
- CKEditor - Copyright (C) 2003-2009 Frederico Caldeira Knabben
- Icons - Copyright (C) 2012 Keyamoon



Empty file.
Binary file added app/assets/images/cms/dashboard/home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/cms/home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions app/views/layouts/cms/_thin_toolbar.html.erb
Expand Up @@ -3,15 +3,10 @@
<div class="container">
<ul class="nav">
<li class="dropdown">
<a href="#"
class="dropdown-toggle"
data-toggle="dropdown">
BrowserCMS
<b class="caret"></b>
<a href="#">
<%= nav_link_to image_tag("cms/home.png"), "/" %>
</a>
<ul class="dropdown-menu">
<%= nav_link_to "Home", "/" %>
<%= nav_link_to "Dashboard", cms.dashboard_path %>
</ul>
</li>
<li class="dropdown">
Expand All @@ -23,6 +18,7 @@
</a>
<ul class="dropdown-menu">
<%= nav_link_to "View Sitemap", cms.sitemap_path %>
<%= nav_link_to "Dashboard", cms.dashboard_path %>
<%= divider_tag %>
<%= render :partial=> 'cms/toolbar/new_pages_menu', :locals => {:prefix => "New "}%>
<%= nav_link_to "Redirects", cms.redirects_path %>
Expand Down

0 comments on commit 0e28483

Please sign in to comment.