h not t idiot

This commit is contained in:
Espen Antonsen 2009-08-11 01:24:32 +02:00
parent 307ec165d1
commit deb549762b

View file

@ -1,4 +1,4 @@
<h1>Tags</h1>
<% for tag in @tags %>
<%= link_to t(tag.title), tag_photos_path(tag) %>&nbsp;
<%= link_to h(tag.title), tag_photos_path(tag) %>&nbsp;
<% end %>