forked from bofh/fetsite
CHANGE: Themengruppe verwenden pretty_toolbar
This commit is contained in:
@@ -2,5 +2,7 @@
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<!--
|
||||
<%= link_to 'Show', @themengruppe %> |
|
||||
<%= link_to 'Back', themengruppen_path %>
|
||||
-->
|
||||
|
||||
@@ -1,20 +1,22 @@
|
||||
<div class="container-fluid">
|
||||
<% @themengruppen.each_slice(2) do |row| %>
|
||||
<div class="row-fluid">
|
||||
<% row.each do |themengruppe| %>
|
||||
<div class="span6 equalheight">
|
||||
<div class="container-fluid">
|
||||
<%= render themengruppe %>
|
||||
<br/>
|
||||
<div class="row-fluid">
|
||||
<%= link_to 'Edit', edit_themengruppe_path(themengruppe) %>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
</div>
|
||||
<% end %>
|
||||
<% @themengruppen.each_slice(2) do |row| %>
|
||||
<div class="row-fluid">
|
||||
<% row.each do |themengruppe| %>
|
||||
<div class="span6 equalheight">
|
||||
<div class="container-fluid">
|
||||
<%= render themengruppe %>
|
||||
<br/>
|
||||
<div class="row-fluid">
|
||||
<!--
|
||||
<%= link_to 'Edit', edit_themengruppe_path(themengruppe) %>
|
||||
-->
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<br/>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
@@ -25,4 +27,7 @@
|
||||
-->
|
||||
</script>
|
||||
|
||||
<%= render :partial=>'layouts/pretty_toolbar' %>
|
||||
<!--
|
||||
<%= link_to 'New Themengruppe', new_themengruppe_path %>
|
||||
-->
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
<br/><br/>
|
||||
|
||||
|
||||
<!--
|
||||
<%= link_to 'Edit', edit_themengruppe_path(@themengruppe) %> |
|
||||
<%= link_to 'Back', themengruppen_path %>
|
||||
-->
|
||||
<%= render :partial=>'layouts/pretty_toolbar' %>
|
||||
|
||||
Reference in New Issue
Block a user