CHANGE: Link über gesamtes div

This commit is contained in:
HausdorffHimself
2013-09-01 19:55:02 +02:00
parent 1f906cfbfc
commit 489dc933a2

View File

@@ -1,9 +1,10 @@
<%= link_to themengruppe do %>
<div class="row-fluid">
<div class="span2">
<%= image_tag themengruppe.picture.thumb.url,{:class=>"img-circle"} %>
</div>
<div class="span10">
<h3><%= link_to themengruppe.title, themengruppe %> </h3>
<h3><%=themengruppe.title%> </h3>
</div>
</div>
<br/>
@@ -31,4 +32,4 @@
</ul>
</div>
</div>
<% end %>