Skip to content
Snippets Groups Projects
Commit 5ec3f92a authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix collection helper url

parent 4d5eaaa3
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ module CollectionsHelper
end
def no_collections(collections, user)
"Nenhuma coleção disponível. Crie novas coleções na página do seu perfil ou #{link_to 'clique aqui', user_path(user)}" if collections.blank?
"Nenhuma coleção disponível. Crie novas coleções na página do seu perfil ou #{link_to 'clique aqui', user_path(user)}".html_safe if collections.blank?
end
end
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