Fix translation reference

This commit is contained in:
Raphael Sofaer 2011-07-22 18:10:34 -07:00
parent dfa6539ef2
commit 56cdb7a3ad

View file

@ -9,7 +9,7 @@
.content
.right
= link_to t("show_original"), post_path(post)
= link_to t(".show_original"), post_path(post)
%span.from
= person_link(post.author, :class => "hovercardable")