Do not escape mailing list wiki link in the message form (foodcoops#227)

This commit is contained in:
wvengen 2013-12-22 01:59:33 +01:00
parent 537ac52f4e
commit df9cff0eee
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
= t '.list.subscribe_msg'
%br/
- if FoodsoftConfig[:mailing_list_subscribe].blank?
= t '.list.subscribe', link: link_to(t('.list.wiki'), wiki_page_path('MailingListe'))
= t('.list.subscribe', link: link_to(t('.list.wiki'), wiki_page_path('MailingListe'))).html_safe
- else
= t('.list.mail', email: mail_to(FoodsoftConfig[:mailing_list_subscribe])).html_safe