2012-09-13 10:39:27 +00:00
|
|
|
<div class="roles <%= role_class %>">
|
|
|
|
<div class="label-line">
|
|
|
|
<hr />
|
|
|
|
<span><%= t(i18n)%></span>
|
|
|
|
</div>
|
|
|
|
<table class="table">
|
|
|
|
<tbody>
|
|
|
|
<% items.each do |item| %>
|
|
|
|
<tr>
|
|
|
|
<td class="span1"><%= item[:name] %></td>
|
2012-10-12 10:09:02 +00:00
|
|
|
<td><%= show_attribute_value(item[:value]) %></td>
|
2012-09-13 10:39:27 +00:00
|
|
|
</tr>
|
|
|
|
<% end -%>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|