Sha256: db8c9168bdb50cb7425d64f8913b0eb394e32bfe39fbd569d646af66738fe9f7
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
<table id="file_list_for_<%=tab.type%>" > <thead> <tr> <th>Name</th> <th>*</th> </tr> </thead> <tbody> <% resource.send(tab.association.name).each do |file| %> <%= render_component *tab.build("",:row,:file=>file,:value=>nil) %> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lolita-file-upload-0.1.3 | app/views/components/lolita/configuration/tab/files/_list.html.erb |
lolita-file-upload-0.1.2 | app/views/components/lolita/configuration/tab/files/_list.html.erb |