Sha256: 3a3af54ddd766d8933bc82d8da33d233718f23d513c9d56bfa00c9dd535f470f
Contents?: true
Size: 412 Bytes
Versions: 20
Compression:
Stored size: 412 Bytes
Contents
<table id="file_list_for_<%=tab.association.name%>"> <thead> <tr> <th>Name</th> <th>*</th> </tr> </thead> <tbody> <% files = tab.association_type == :one ? [resource.send(tab.association.name)].compact : resource.send(tab.association.name) %> <% files.each do |file| %> <%= render_component *tab.build("",:row,:file=>file,:value=>nil) %> <% end %> </tbody> </table>
Version data entries
20 entries across 20 versions & 1 rubygems