Sha256: 22603048c55323fe5d3d72a99a13a02d62f71c99324c068d89fd485c0510baed
Contents?: true
Size: 394 Bytes
Versions: 9
Compression:
Stored size: 394 Bytes
Contents
<tr> <th><%= t(".label", type: type.humanize) %></th> <td> <% if items.blank? %> <p><%= t('.empty', type: type.humanize) %></p> <% else %> <ul class="tabular"> <% items.each do |item| %> <li class='attribute title'> <%= link_to item.title.first, [main_app, item] %> </li> <% end %> </ul> <% end %> </td> </tr>
Version data entries
9 entries across 9 versions & 1 rubygems