forked from bofh/fetsite
Topbar layouts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= render 'layouts/link_all' %>
|
||||
<%= render 'layouts/topbar' %>
|
||||
<h1><%= I18n.t("studien.list") %></h1>
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= render :partial=>'studien/navigation'%>
|
||||
<%= render :partial=>'layouts/topbar'%>
|
||||
|
||||
<h1><%= @studium.typ %> <%= @studium.name %> (<%= @studium.zahl %>)</h1>
|
||||
<%= raw(@studium.desc) %>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<%= render :partial=>'studien/navigation'%>
|
||||
<%= render 'layouts/topbar'%>
|
||||
<div class="container-fluid">
|
||||
<div class="row-fluid">
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
Reference in New Issue
Block a user