Adds new texts on header, debates and footer

This commit is contained in:
Alberto Garcia Cabeza
2015-08-27 16:46:47 +02:00
parent c806547c1a
commit 900f00b443
7 changed files with 114 additions and 51 deletions

View File

@@ -23,14 +23,4 @@
</section>
</nav>
</div>
<% if home_page? %>
<div class="row home-page">
<div class="small-12 column text-center">
<h1><%= t("layouts.header.open_city") %></h1>
<h2><%= t("layouts.header.open_city_slogan") %></h2>
<%= link_to t("layouts.header.see_all_debates"), debates_path, class: 'button radius' %>
</div>
</div>
<% end %>
</header>