Sha256: 826bb695c0dabe023b57d371e666bda298b67583404fbb7c78eb2cd2a1250f93
Contents?: true
Size: 401 Bytes
Versions: 32
Compression:
Stored size: 401 Bytes
Contents
<p id="notice"><%= notice %></p> <h2>CSV Imports</h2> <table> <thead> <tr> <th colspan="3"></th> </tr> </thead> <tbody> <% @csv_imports.each do |csv_import| %> <tr> <% link_text = csv_import.manifest.file ? File.basename(csv_import.manifest.to_s) : 'show' %> <td><%= link_to link_text, csv_import %></td> </tr> <% end %> </tbody> </table>
Version data entries
32 entries across 32 versions & 1 rubygems