Skip to content

Commit

Permalink
add link to users page
Browse files Browse the repository at this point in the history
  • Loading branch information
bolandrm committed Mar 28, 2014
1 parent 9537512 commit 2d20395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/layout.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ body {

.navbar .right-buttons {
margin-right: 15px;
margin-left: 25px;
}
3 changes: 3 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<%= link_to 'Sign out', destroy_user_session_path, method: 'delete', class: 'btn btn-default navbar-btn' %>
<% end %>
</div>
<ul class="nav navbar-nav navbar-right">
<li><%= link_to 'Users', users_path %></li>
</ul>
</nav>
</header>

Expand Down

0 comments on commit 2d20395

Please sign in to comment.