Skip to content

Commit

Permalink
Merge pull request #237 from pulibrary/home_link
Browse files Browse the repository at this point in the history
Add home link
  • Loading branch information
escowles committed Mar 2, 2017
2 parents bb4feb3 + e1a0c6e commit d93dc87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/_user_util_links.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</ul>

<ul class="nav navbar-nav">
<li><%= link_to "Home", root_path %></li>
<% if current_user %>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><%=current_user%> <b class="caret"></b></a>
Expand Down

0 comments on commit d93dc87

Please sign in to comment.