diff --git a/app/views/pages/statements.de.slim b/app/views/pages/statements.de.slim index cb0be13..04264c4 100644 --- a/app/views/pages/statements.de.slim +++ b/app/views/pages/statements.de.slim @@ -11,3 +11,4 @@ h1 = title t('.title') = supporter.publicity.statement hr.clearfix +.text-center = link_to t(".submit_your_own_statement"), new_publicity_path \ No newline at end of file diff --git a/config/locales/de.yml b/config/locales/de.yml index caf244a..18b4478 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -103,6 +103,7 @@ de: statements: title: Statements von unseren Unterstützern + submit_your_own_statement: Veröffentliche dein eigenes Statement... routes: initiative_text: initiativtext diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 8cfd21a..db6efd5 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -100,6 +100,7 @@ fr: statements: title: Les déclarations de nos partisans + submit_your_own_statement: Publie tes propres déclaration ... routes: initiative_text: l_initiative_propose diff --git a/config/locales/it.yml b/config/locales/it.yml index eaa1cfc..d692525 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -104,6 +104,7 @@ it: statements: title: Dichiarazioni di nostri sostenitori + submit_your_own_statement: Pubblica il tuo propria dichiarazione ... routes: initiative_text: il_testo_dell_iniziativa