Remove mailchimp and add sendy

This commit is contained in:
2017-04-18 14:41:35 +02:00
parent c65513fd0a
commit cb1bf34588
12 changed files with 9 additions and 79 deletions
-2
View File
@@ -23,8 +23,6 @@
dd == t("age_category.#{current_supporter.age_category}")
dt = Supporter.human_attribute_name(:language)
dd = t("languages.#{current_supporter.language}")
dt = Supporter.human_attribute_name(:unsubscribed)
dd = current_supporter.unsubscribed? ? t('shared.yes') : t('shared.no')
p
= link_to t('.edit'), edit_supporter_registration_path(), class: 'pull-right'