diff --git a/app/views/shared/application/_collections.html.erb b/app/views/shared/application/_collections.html.erb
index cb474f8c80931c39314373fcecba7981e754f932..be57d1967377ccedf31da49c03f83fc7f9bd078c 100644
--- a/app/views/shared/application/_collections.html.erb
+++ b/app/views/shared/application/_collections.html.erb
@@ -1,6 +1,6 @@
 <div class="row">
   <div class="col-md-12">
-    <h4><b><a href="/collections">Institucionais</a></b></h4><br>
-    <h4><b><a href="/collections/me">Minhas Coleções</a></b></h4>
+    <h4><b><%= link_to collections_path, 'Institucionais' %></b></h4><br>
+    <% if user_signed_in? %> <h4><b><%= link_to collections_me_path, 'Minhas coleções' %></b></h4> <% end %>
   </div>
 </div>