Add another option for mailing list subscription tip

This commit is contained in:
Julius 2012-11-12 18:08:47 +01:00
parent 1e725872da
commit 95efe554fc

View file

@ -17,8 +17,12 @@
%small{:style => "color:grey"} %small{:style => "color:grey"}
Eventuell musst Du Dich dem Verteiler erst bekannt machen. Eventuell musst Du Dich dem Verteiler erst bekannt machen.
%br/ %br/
z.b. mit einer Mail an - if Foodsoft.config[:mailing_list_unsubscribe].blank?
= mail_to Foodsoft.config[:mailing_list_subscribe] Erklärungen zum Verteiler findest Du im
= link_to 'Wiki (Abschnitt Mailing-Liste)', wiki_page_path('MailingListe')
- else
z.b. mit einer Mail an
= mail_to Foodsoft.config[:mailing_list_subscribe]
%table#recipients %table#recipients
%tr %tr
%td %td
@ -58,4 +62,4 @@
%br/ %br/
~ f.text_area :body, :cols => '80', :rows => '20' ~ f.text_area :body, :cols => '80', :rows => '20'
= submit_tag "Senden" = submit_tag "Senden"