h not t idiot

rails2
Espen Antonsen 2009-08-11 01:24:32 +02:00
parent 307ec165d1
commit deb549762b
1 changed files with 1 additions and 1 deletions

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 %>