CHANGE: keine jQuery für gleiche Höhe mehr

This commit is contained in:
HausdorffHimself
2013-08-19 18:53:52 +02:00
parent a5d694cc7e
commit bb42e3b3a0
2 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<div class="container-fluid">
<% @themengruppen.each_slice(2) do |row| %>
<% @themengruppen.each_slice(2) do |row| %>
<div class="row-fluid">
<% row.each do |themengruppe| %>
<div class="span6 equalheight">
@@ -13,12 +13,14 @@
</div>
<% end %>
</div>
<% end %>
<% end %>
</div>
<br />
<script>
make_equal_height();
<script class="hidden-phone">
<!-- make_equal_height();
-->
</script>
<%= link_to 'New Themengruppe', new_themengruppe_path %>

View File

@@ -14,7 +14,7 @@
</div>
<div id="collapse<%=thema.id%>" class="accordion-body collapse">
<div class="accordion-inner">
<%= render partial: "themen/small", object: thema %>
<%= render :partial => 'themen/small', :object => thema %>
</div>
</div>
</div>