AutoCommit Mit Jul 15 12:03:05 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-07-15 12:03:05 +02:00
parent 1d4bc2baab
commit 5b70b67bfe
3 changed files with 7 additions and 5 deletions

View File

@@ -1,11 +1,13 @@
<h1>Listing theme1n</h1><h2>drafts </h2>
<% @themen_drafts.each do |thema| %>
<%= render partial:"themen/nlink", object: thema %>
<%= render partial:"themen/small", object: thema %>
<% end %>
<h2>All</h2>
<% @themen.each do |thema| %>
<%= render partial:"themen/nlink", object: thema %>
<%= render partial:"themen/small", object: thema %>
<% render thema %>
<% end %>
<br />