forked from bofh/fetsite
CHANGE: Link über gesamtes div
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user