themen print + gremien view

This commit is contained in:
Andreas Stephanides
2015-03-15 19:50:42 +01:00
parent 001c2e3070
commit 1981efafac
2 changed files with 11 additions and 4 deletions

View File

@@ -39,7 +39,11 @@
<ul class="unstyled">
<% unless thema.gremium.nil? %>
<li>
<%= link_to fa_icon("users 2x")+thema.gremium.name , thema.gremium,:class=>"linkbox" %>
<%= link_to thema.gremium,:class=>"linkbox" do %>
<%= render partial: "gremien/nlink", object: thema.gremium %>
<% end %>
</li>
<% end %>