Sha256: d7322481717ba92cdca6ea565de683c5c9017c6ed1d94bee8cc40a09cc19650f

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

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

  <h2>
    <%= association_title %>
    <small><%= add_new %></small>
  </h2>

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

</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typus-3.0.11 app/views/admin/templates/_has_one.html.erb
typus-3.0.11.rc5 app/views/admin/templates/_has_one.html.erb
typus-3.0.11.rc4 app/views/admin/templates/_has_one.html.erb