Sha256: f5fb405f2538e528a26e8e4fa54e61c83690b8c807e85a4e49ee088d70c8b0f3
Contents?: true
Size: 608 Bytes
Versions: 10
Compression:
Stored size: 608 Bytes
Contents
<%# headmin/table/body/association accepts block: no parameters: value: (string) Name of the association %> <td> <% if defined?(url) && url %> <a href="<%= url %>" title="<% t(".open") %>" target=_blank> <% if value.respond_to?(:each) %> <%= value.map { |i| i.to_s }.join(", ") %> <% else %> <%= value.to_s %> <% end %> <%= bootstrap_icon("box-arrow-up-right") %> </a> <% else %> <% if value.respond_to?(:each) %> <%= value.map { |i| i.to_s }.join(", ") %> <% else %> <%= value.to_s %> <% end %> <% end %> </td>
Version data entries
10 entries across 10 versions & 1 rubygems