removed some content

This commit is contained in:
2019-01-18 20:18:33 +01:00
parent aab4141e5e
commit 45050f1c67
7 changed files with 8 additions and 38 deletions
-5
View File
@@ -1,5 +0,0 @@
address
| Verein Legalize it! <br/>
| Quellenstrasse 25 <br/>
| Postfach 2159 <br/>
| CH-8031 Zürich
-7
View File
@@ -1,7 +0,0 @@
h2 Kontakt
p
| Nino Forrer (#{mail_to 'nino@hanflegal.ch'})
em Strategie / Presse
br
| Markus Graf (#{mail_to 'markus@hanflegal.ch'})
em Inhalt / Technik
-7
View File
@@ -1,7 +0,0 @@
h2 Contatti
p
| Nino Forrer (#{mail_to 'nino@hanflegal.ch'})
em Strategie / Presse
br
| Markus Graf (#{mail_to 'markus@hanflegal.ch'})
em Inhalt / Technik
@@ -1,2 +0,0 @@
.donation_button
=link_to t('donation'), donation_path
+8 -13
View File
@@ -1,7 +1,7 @@
doctype html
doctype html
html lang="#{I18n.locale}"
head
title
title
- flash.each do |type, message|
= message
| #CH420 - #{content_for(:title)}
@@ -31,7 +31,7 @@ html lang="#{I18n.locale}"
meta content="#ffffff" name="theme-color" /
meta property="og:title" content="#{content_for(:title)}"
meta property="og:description" content="#{t('shared.description')}"
meta property="og:description" content="#{t('shared.description')}"
meta property="og:image" content="#{image_url('ch420_logo.png')}"
meta name="twitter:title" content="#{content_for(:title)}"
@@ -41,7 +41,6 @@ html lang="#{I18n.locale}"
meta name="twitter:image:alt" content="#{t('shared.header.logo')}"
body class="#{'admin' if controller.admin_area}"
= 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),
@@ -52,9 +51,9 @@ html lang="#{I18n.locale}"
ga('send', 'pageview');
.container.anouncement
/.text-center.lead.alert.alert-success
a href="https://wemakeit.com/projects/cannabislegalisierungs-crowd" class="text-success"
a href="https://wemakeit.com/projects/cannabislegalisierungs-crowd" class="text-success"
= t('shared.crowdfunding')
nav.languages.pull-right
h2.sr-only =t('shared.lang')
a href='/' lang='de'
@@ -65,7 +64,7 @@ html lang="#{I18n.locale}"
| &nbsp; | &nbsp;
a href='/fr' lang='fr'
| Français
.container.content
= render 'shared/flashes'
= render 'shared/header'
@@ -78,11 +77,7 @@ html lang="#{I18n.locale}"
footer.row
.col-xs-12.col-sm-6
= render 'core_statements'
.col-xs-12.col-sm-4
= render 'contact'
.col-xs-12.col-sm-2
= render 'address'
javascript:
I18n.defaultLocale = "#{I18n.default_locale}";
I18n.locale = "#{I18n.locale}";
I18n.locale = "#{I18n.locale}";