forked from bofh/fetsite
themengruppen show small fix
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
<h2><%= nlink.title %></h2>
|
||||
<% render :partial=> "lvas/lva", :object=>nlink %>
|
||||
=
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
<% @themengruppe.themen.each do |thema| %>
|
||||
<li>
|
||||
<div class="contentbox">
|
||||
<a name="<%=thema.id%>" href="#<%=thema.id%>">
|
||||
<h2><%= thema.title %></h2>
|
||||
</a>
|
||||
<%= render :partial => 'themen/small', :object => thema %>
|
||||
tools:
|
||||
<%
|
||||
|
||||
Reference in New Issue
Block a user