h not t idiot
This commit is contained in:
parent
307ec165d1
commit
deb549762b
|
@ -1,4 +1,4 @@
|
||||||
<h1>Tags</h1>
|
<h1>Tags</h1>
|
||||||
<% for tag in @tags %>
|
<% for tag in @tags %>
|
||||||
<%= link_to t(tag.title), tag_photos_path(tag) %>
|
<%= link_to h(tag.title), tag_photos_path(tag) %>
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in a new issue