Add another option for mailing list subscription tip
This commit is contained in:
parent
1e725872da
commit
95efe554fc
1 changed files with 7 additions and 3 deletions
|
@ -17,6 +17,10 @@
|
|||
%small{:style => "color:grey"}
|
||||
Eventuell musst Du Dich dem Verteiler erst bekannt machen.
|
||||
%br/
|
||||
- if Foodsoft.config[:mailing_list_unsubscribe].blank?
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue