forked from bofh/fetsite
CHANGE: keine jQuery für gleiche Höhe mehr
This commit is contained in:
@@ -1,24 +1,26 @@
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<% @themengruppen.each_slice(2) do |row| %>
|
<% @themengruppen.each_slice(2) do |row| %>
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<% row.each do |themengruppe| %>
|
<% row.each do |themengruppe| %>
|
||||||
<div class="span6 equalheight">
|
<div class="span6 equalheight">
|
||||||
<div class="themengruppe">
|
<div class="themengruppe">
|
||||||
<%= render themengruppe %>
|
<%= render themengruppe %>
|
||||||
<p>
|
<p>
|
||||||
<%= link_to 'Edit', edit_themengruppe_path(themengruppe) %>
|
<%= link_to 'Edit', edit_themengruppe_path(themengruppe) %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<script>
|
<script class="hidden-phone">
|
||||||
make_equal_height();
|
|
||||||
|
<!-- make_equal_height();
|
||||||
|
-->
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<%= link_to 'New Themengruppe', new_themengruppe_path %>
|
<%= link_to 'New Themengruppe', new_themengruppe_path %>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="collapse<%=thema.id%>" class="accordion-body collapse">
|
<div id="collapse<%=thema.id%>" class="accordion-body collapse">
|
||||||
<div class="accordion-inner">
|
<div class="accordion-inner">
|
||||||
<%= render partial: "themen/small", object: thema %>
|
<%= render :partial => 'themen/small', :object => thema %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user