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,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
|
||||||
|
|
Loading…
Reference in a new issue