theme_anpassung

This commit is contained in:
Andreas Stephanides
2014-01-15 13:47:35 +01:00
parent b86d3aca23
commit 9e26c49f0e
11 changed files with 83 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
<%= render 'fetprofiles/tabs' %>
<div class="content-wrap content-column">
<h1>
<%= I18n.t 'profile.all_members' if params[:filter] == "all" %>
<%= I18n.t 'profile.active_members' if params[:filter].nil? || params[:filter]== "active"
@@ -43,7 +43,7 @@
<div class="span12">
<%= link_to I18n.t('fetprofiles.new'), new_fetprofile_path %>
</div>
</div>
</div></div>
</div>

View File

@@ -1,4 +1,5 @@
<%= render 'fetprofiles/tabs' %>
<div class="content-wrap content-column">
<h1>Alle Gremien</h1>
<% unless params[:filter].nil? %>
@@ -16,3 +17,4 @@
</li>
<% end %>
</ul>
</div>

View File

@@ -1,5 +1,6 @@
<%= render 'fetprofiles/tabs' %>
<p id="notice"><%= notice %></p>
<div class="content-wrap content-column">
<div class="container-fluid">
<div class="row-fluid">
<h1>
@@ -33,6 +34,7 @@
<% end %>
</div>
<% end %>
</div>
</div>
<%= link_to I18n.t('common.edit'), edit_gremium_path(@gremium) %>

View File

@@ -1,6 +1,6 @@
<%= render 'tabs' %>
<p id="notice"><%= notice %></p>
<div class="content-wrap">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
@@ -23,6 +23,7 @@
</div>
</div>
</div>
</div>

View File

@@ -1,8 +1,10 @@
<%= render 'tabs' %>
<p id="notice"><%= notice %></p>
<div class="content-wrap">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h1><%= @rubrik.name %></h1>
<p>
<%= @rubrik.desc %>
@@ -34,8 +36,9 @@
</div>
</div>
<br>
<%= render 'layouts/pretty_toolbar', :object=> @toolbar_elements %>
</div>
</div>

View File

@@ -1,20 +1,16 @@
<div class="container-fluid">
<%= render 'studien/tabs' %>
<div class="row-fluid">
<h1><%= I18n.t("studien.list") %></h1>
<ul class="unstyled linkbox-list">
<% @studien.each do |studium|%>
<li>
<%= render studium%>
</li>
<% end %>
</ul>
<br>
<div class="content-wrap content-column">
<h1><%= I18n.t("studien.list") %></h1>
<ul class="unstyled linkbox-list">
<% @studien.each do |studium|%>
<li>
<%= render studium%>
</li>
<% end %>
</ul>
<br>
</div> <%= render :partial=>'layouts/pretty_toolbar'%>
</div>
<%= render :partial=>'layouts/pretty_toolbar'%>
</div>

View File

@@ -1,3 +1,4 @@
<div class="content-wrap content-column">
<ul class="unstyled linkbox-list">
<li>
<% @themengruppen.each do |themengruppe| %>
@@ -20,7 +21,7 @@
</ul>
<br/>
</div>
<script class="hidden-phone">
<!-- make_equal_height();

View File

@@ -12,6 +12,7 @@
<li><%= link_to I18n.t(:home,:scope=>'home' ), home_index_path %>
</li>
<li><%= link_to I18n.t(:news,:scope=>'home' ),rubriken_path %></li>
<li><%= link_to I18n.t(:info,:scope=>'home' ),themengruppen_path %></li>
<li><%= link_to I18n.t('mitarbeiter',:scope=>'home' ),fetprofiles_path %></li>
<li><%= link_to I18n.t('fotos',:scope=>'home' ),galleries_path %></li>