Skip to content
Snippets Groups Projects
Commit 0a1b22a0 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

using link_to in collections menu

parent be2433ac
No related branches found
No related tags found
No related merge requests found
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<h4><b><%= link_to collections_path, 'Institucionais' %></b></h4><br> <h4><b><%= link_to 'Institucionais', collections_path %></b></h4><br>
<% if user_signed_in? %> <h4><b><%= link_to collections_me_path, 'Minhas coleções' %></b></h4> <% end %> <% if user_signed_in? %> <h4><b><%= link_to 'Minhas coleções', collections_me_path %></b></h4> <% end %>
</div> </div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment