Added read more for statements

This commit is contained in:
2017-05-20 15:24:44 +02:00
parent ebe53e40d2
commit d247560fca
10 changed files with 44 additions and 3 deletions
+4 -1
View File
@@ -75,4 +75,7 @@ html lang="#{I18n.locale}"
= render 'contact'
.col-xs-12.col-sm-2
= render 'address'
javascript:
I18n.defaultLocale = "#{I18n.default_locale}";
I18n.locale = "#{I18n.locale}";
+1 -1
View File
@@ -8,7 +8,7 @@ h1 = title t('.title')
- unless supporter.publicity.organisation.blank?
em= ", #{supporter.publicity.organisation}"
br
= supporter.publicity.statement
p = supporter.publicity.statement
hr.clearfix
.text-center = link_to t(".submit_your_own_statement"), new_publicity_path