design neue Farben & icons

This commit is contained in:
2014-07-05 19:20:47 +05:30
parent 527743c4c1
commit 9bd786d053
28 changed files with 1175 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
<h1><%= I18n.t("themengruppe.faqs") %>
<h1><%= I18n.t("themengruppe.faqs") %></h1>
<div class="content-wrap content-column">
<% @themengruppen.each do |tg| %>
<div class="contentbox">
@@ -10,7 +10,7 @@
<ul> <% t.fragen.each do |f| %>
<li>
<b> <%= f.title %>?</b>
<p> <%= f.text %></p>
<p> <%= raw(f.text) %></p>
</li>
<% end %>