forked from bofh/fetsite
Title für rubrik
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user