Merge remote-tracking branch 'origin'

This commit is contained in:
2015-01-03 10:54:48 +01:00
81 changed files with 974 additions and 74 deletions

View File

@@ -1,5 +1,6 @@
<div class="content-wrap content-column">
<h1><%= I18n.t('home.willkommen') %></h1></p>
<h1><%= I18n.t('home.willkommen') %></h1>
<%= render partial: "themen/small", object: @starttopic %>
<div class="container-fluid">
<div class="row-fluid">
<div class="span6">

View File

@@ -3,8 +3,5 @@
<% @themen.each do |th| %>
<%= render partial: "themen/small", object: th %>
<% end %>
</div>