Sha256: b1913e84185afc120c281ce708b0217cc0219ddf1f570797294314fba44c95ef
Contents?: true
Size: 909 Bytes
Versions: 3
Compression:
Stored size: 909 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" class="ui-corner-all"> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_export-0.1.1.pre6 | app/views/export_files/index.html.erb |
enju_export-0.1.1.pre5 | app/views/export_files/index.html.erb |
enju_export-0.1.1.pre4 | app/views/export_files/index.html.erb |