Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
Added recorders to side bar and placed Vendors link before Model
Browse files Browse the repository at this point in the history
  • Loading branch information
shakeelanjum committed Oct 14, 2014
1 parent 9cfae0f commit 8cc3a60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/sidebar.css.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
background-image: asset-url("icons/camera_white.png");
margin-top: 20px;
}
&.icon-recorders{
background-image: asset-url("icons/recorder.png");
margin-top: 20px;
}
&.icon-manufacturers{
background-image: asset-url("icons/man_white.png");
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/shared/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-left">
<li><%= link_to('Models', models_path) %></li>
<li><%= link_to('Vendors', vendors_path) %></li>
<li><%= link_to('Models', models_path) %></li>
<li><%= link_to('Recorders', recorders_path) %></li>
<li><%= link_to('API', api_docs_path) %></li>
</ul>
Expand Down

0 comments on commit 8cc3a60

Please sign in to comment.