Title für rubrik

This commit is contained in:
Andreas Stephanides
2014-09-13 18:14:42 +02:00
parent 7a7128aa32
commit 974fcaf3d0
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
<%= content_for :header do %>
<title>Fetsite - <%= I18n.t('home.news') %></title>
<% end %>
<%= render 'tabs' %>
<p id="notice"><%= notice %></p>
<div class="content-wrap">

View File

@@ -1,3 +1,6 @@
<%= content_for :header do %>
<title>Fetsite - <%= @rubrik.name %></title>
<% end %>
<%= render 'tabs' %>
<p id="notice"><%= notice %></p>
<div class="content-wrap">
@@ -24,6 +27,7 @@
<%= render neuigkeit, wrap_in: "li" %>
<% end %>
</ul>