Merge branch 'master' of https://github.com/HausdorffHimself/fetsite
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<%= render 'fetprofiles/tabs' %>
|
||||
<div class="content-wrap content-column">
|
||||
|
||||
<% if params[:filter].nil? %>
|
||||
<h1>Alle Gremien</h1>
|
||||
<% end %>
|
||||
|
||||
|
||||
<% unless params[:filter].nil? %>
|
||||
<h1><%= Gremium::FILTER[params[:filter].to_i] %></h1>
|
||||
@@ -14,7 +18,6 @@
|
||||
<li>
|
||||
<%= link_to g do %>
|
||||
<h2><%= g.name %></h2>
|
||||
<p><%= g.desc.html_safe %></p>
|
||||
<% end %>
|
||||
</li>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user