added crowdfunding
This commit is contained in:
@@ -35,11 +35,18 @@ body
|
||||
top: 12px
|
||||
right: 12px
|
||||
|
||||
> .container
|
||||
.container.content
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
|
||||
padding: 20px
|
||||
margin-top: 10px
|
||||
background: #FFF
|
||||
|
||||
.anouncement
|
||||
margin-top: 10px
|
||||
|
||||
.lead
|
||||
margin: 0px
|
||||
|
||||
header
|
||||
.pagelogo
|
||||
max-height: 91px
|
||||
|
||||
@@ -37,7 +37,7 @@ html lang="#{I18n.locale}"
|
||||
meta name="twitter:image:alt" content="#{t('shared.header.logo')}"
|
||||
|
||||
body class="#{'admin' if controller.admin_area}"
|
||||
= render 'donation_button'
|
||||
/= render 'donation_button'
|
||||
javascript:
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
@@ -46,6 +46,10 @@ html lang="#{I18n.locale}"
|
||||
|
||||
ga('create', 'UA-79948850-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
.container.anouncement
|
||||
.text-center.lead.alert.alert-success
|
||||
a href="https://wemakeit.com/projects/cannabislegalisierungs-crowd" class="text-success"
|
||||
= t('shared.crowdfunding')
|
||||
|
||||
nav.languages
|
||||
h2.sr-only =t('shared.lang')
|
||||
@@ -58,7 +62,7 @@ html lang="#{I18n.locale}"
|
||||
a href='/fr' lang='fr'
|
||||
| Français
|
||||
br/
|
||||
.container
|
||||
.container.content
|
||||
= render 'shared/flashes'
|
||||
= render 'shared/header'
|
||||
= render 'shared/topnavigation'
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
de:
|
||||
shared:
|
||||
crowdfunding: Unterstütze uns und mach mit beim Crowdfunding zur Finanzierung der Initiative!
|
||||
"yes": Ja
|
||||
"no": Nein
|
||||
header:
|
||||
|
||||
@@ -2,6 +2,7 @@ fr:
|
||||
input_error: Vos entrées ne peuvent pas être enregistrées. Vérifiez les entrées.
|
||||
|
||||
shared:
|
||||
crowdfunding: Soutenez-nous et participer à crowdfunding pour financer l'initiative!
|
||||
"yes": Oui
|
||||
"no": Non
|
||||
counter:
|
||||
|
||||
@@ -2,6 +2,7 @@ it:
|
||||
input_error: I dati immessi non potevano essere salvati. Verificare i dati immessi.
|
||||
|
||||
shared:
|
||||
crowdfunding: Sostienici e ad entrare nel crowdfunding per finanziare l'iniziativa!
|
||||
"yes": Si
|
||||
"No": No
|
||||
header:
|
||||
|
||||
Reference in New Issue
Block a user