Topbar layouts

This commit is contained in:
Thomas Blazek
2013-08-04 18:04:04 +02:00
parent 05ed9da9c4
commit c72c186d62
10 changed files with 101 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
<%= render 'layouts/link_all' %>
<%= render 'layouts/topbar' %>
<h1><%= I18n.t("studien.list") %></h1>

View File

@@ -1,4 +1,4 @@
<%= render :partial=>'studien/navigation'%>
<%= render :partial=>'layouts/topbar'%>
<h1><%= @studium.typ %> <%= @studium.name %> (<%= @studium.zahl %>)</h1>
<%= raw(@studium.desc) %>

View File

@@ -1,4 +1,4 @@
<%= render :partial=>'studien/navigation'%>
<%= render 'layouts/topbar'%>
<div class="container-fluid">
<div class="row-fluid">
<p id="notice"><%= notice %></p>