Sha256: de6c68c02870abb707226bb059f855b97ba4bc3704cc270bc3ba23a9cc047e7a

Contents?: true

Size: 331 Bytes

Versions: 18

Compression:

Stored size: 331 Bytes

Contents

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

  <h2>
    <%= association_name.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

18 entries across 18 versions & 1 rubygems

Version Path
typus-3.1.0.rc11 app/themes/default/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc10 app/themes/default/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc9 app/themes/default/views/admin/templates/_has_one.html.erb
typus-3.0.11.rc3 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc8 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc7 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc6 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc5 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc4 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc3 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc2 app/views/admin/templates/_has_one.html.erb
typus-3.0.11.rc2 app/views/admin/templates/_has_one.html.erb
typus-3.0.11.rc1 app/views/admin/templates/_has_one.html.erb
typus-3.1.0.rc1 app/views/admin/templates/_has_one.html.erb
typus-3.0.10 app/views/admin/templates/_has_one.html.erb
typus-3.0.9 app/views/admin/templates/_has_one.html.erb
typus-3.0.8 app/views/admin/templates/_has_one.html.erb
typus-3.0.7 app/views/admin/templates/_has_one.html.erb