Sha256: 88fc41bc35f2ee2def402a8251510d4af27a49a1615d30858bc9175279729ff7
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
<div class="box_relationships" id="<%= association_name %>"> <h2> <%= association_title %> <small><%= add_new %></small> </h2> <%= form %> <% if @items.any? -%> <%= table %> <%= will_paginate(@items, Typus.pagination.merge(:anchor => association_name)) %> <% else %> <p><%= Typus::I18n.t("No %{resources} found.", :resources => association_title) %></p> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typus-3.0.12 | app/views/admin/templates/_has_n.html.erb |