Sha256: 174d204a3d822d6e824a115d61255cf1842df9bff96b7e179b3c7ef1a240a0f3
Contents?: true
Size: 453 Bytes
Versions: 3
Compression:
Stored size: 453 Bytes
Contents
<div class="box_relationships" id="<%= model_to_relate_as_resource %>"> <h2> <%= model_to_relate.model_name.human.pluralize %> <small><%= add_new %></small> </h2> <%= form %> <% unless @items.count.zero? -%> <%= table %> <%= pagination(:anchor => model_to_relate.to_resource) %> <% else %> <p><%= _t("There are no %{records}.", :records => model_to_relate.model_name.human.pluralize.downcase) %></p> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typus-1.0.0.pre8 | app/views/admin/templates/_has_n.html.erb |
typus-1.0.0.pre7 | app/views/admin/templates/_has_n.html.erb |
typus-1.0.0.pre6 | app/views/admin/templates/_has_n.html.erb |