diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb index 0f94fbb..9695c93 100644 --- a/app/views/tags/index.html.erb +++ b/app/views/tags/index.html.erb @@ -1,4 +1,4 @@

Tags

<% for tag in @tags %> -<%= link_to t(tag.title), tag_photos_path(tag) %>  +<%= link_to h(tag.title), tag_photos_path(tag) %>  <% end %> \ No newline at end of file