Skip to content

Commit

Permalink
Show shortlinks link in admin list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jforberg committed Mar 23, 2015
1 parent fbc7910 commit cb096cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/_topbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<li><%= link_to "Hantera användare", :users%></li>
<li><%= link_to "Menyer", :menus%></li>
<li><%= link_to "Konstanter", :constants%></li>
<li><%= link_to ShortLink.model_name.human(:count => 2), :short_links %></li>
</ul>
</li>
<% end %>
Expand Down

0 comments on commit cb096cc

Please sign in to comment.