Sha256: 29dd5f5ab542dbc8b606ff857b841aae6b73ebdafafcf3019ecc0338aebe6b06
Contents?: true
Size: 887 Bytes
Versions: 5
Compression:
Stored size: 887 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.listing', :model => t('activerecord.models.export_file')) -%></h1> <div id="content_list"> <table class="table table-striped index"> <tr> <th>Export file name</th> <th>Export content type</th> <th>Export file size</th> <th>State</th> <th></th> <th></th> </tr> <% @export_files.each do |export_file| %> <tr> <td><%= export_file.export_file_name %></td> <td><%= export_file.export_content_type %></td> <td><%= export_file.export_file_size %></td> <td><%= export_file.state %></td> <td><%= link_to t('page.show'), export_file %></td> <td><%= link_to t('page.destroy'), export_file, :data => {:confirm => t('page.are_you_sure')}, :method => :delete %></td> </tr> <% end %> </table> <%= paginate(@export_files) %> </div> </div> <div id="submenu"> </div>
Version data entries
5 entries across 5 versions & 1 rubygems