Change user.suspended.body so translators don't have to type out anchors

This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-05-16 16:35:22 +00:00 committed by Tom Hughes
parent 71b9bee07c
commit 2a2818d055
2 changed files with 3 additions and 3 deletions

View file

@ -2,4 +2,4 @@
<h1><%= t "user.suspended.heading" %></h1>
<%= t "user.suspended.body", :webmaster => "webmaster@openstreetmap.org" %>
<%= t "user.suspended.body", link_to t("user.suspended.webmaster"), "mailto:webmaster@openstreetmap.org" %>