Sha256: 11209a0de7314f82941f3084abc62e8884b91ae28df8e728eb7751413b02b7d5

Contents?: true

Size: 340 Bytes

Versions: 19

Compression:

Stored size: 340 Bytes

Contents

<div class="box_relationships" id="<%= association_name %>">

  <h2>
    <%= association_name.titleize.humanize %>
    <small><%= add_new %></small>
  </h2>

  <% if @items.any? -%>
    <%= table %>
  <% else %>
    <p><%= Typus::I18n.t("No %{resources} found.", :resources => association_name.humanize.downcase) %></p>
  <% end %>

</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
typus-3.1.10 app/views/admin/templates/_has_one.html.erb
typus-3.1.9 app/views/admin/templates/_has_one.html.erb
typus-3.1.8 app/views/admin/templates/_has_one.html.erb
typus-3.1.7 app/views/admin/templates/_has_one.html.erb
typus-3.1.6 app/views/admin/templates/_has_one.html.erb
typus-3.1.5 app/views/admin/templates/_has_one.html.erb
typus-3.1.4 app/views/admin/templates/_has_one.html.erb
typus-3.1.3 app/views/admin/templates/_has_one.html.erb
typus-3.1.2 app/views/admin/templates/_has_one.html.erb
typus-3.1.1 app/views/admin/templates/_has_one.html.erb
typus-3.1.0 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc19 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc18 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc17 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc16 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc15 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc14 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc13 app/themes/default/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc12 app/themes/default/views/admin/templates/_has_one.html.erb