Sha256: f645c85612c6133ee6e638650deafdabbf47295e396f917a142f6ff4605fac47
Contents?: true
Size: 398 Bytes
Versions: 42
Compression:
Stored size: 398 Bytes
Contents
<dt> <%= t(".label", type: type.humanize) %> </dt> <dd> <% if items.blank? %> <p><%= t('.empty', type: type.humanize) %></p> <% else %> <ul class="tabular"> <% items.each do |item| %> <li class='attribute attribute-title'> <%= link_to item.title.first, url_for_document(item) %> </li> <% end %> </ul> <% end %> </dd>
Version data entries
42 entries across 42 versions & 1 rubygems