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

display my collections link only for logged users

parent 9f145e78
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><a href="/collections">Institucionais</a></b></h4><br> <h4><b><%= link_to collections_path, 'Institucionais' %></b></h4><br>
<h4><b><a href="/collections/me">Minhas Coleções</a></b></h4> <% if user_signed_in? %> <h4><b><%= link_to collections_me_path, 'Minhas coleções' %></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