Sha256: d64b7a4c6ad3363d3d18df47d7ca9d96af36146ce145ffad4c359df6af58175c

Contents?: true

Size: 1.59 KB

Versions: 49

Compression:

Stored size: 1.59 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.listing', model: t('activerecord.models.resource_export_file')) -%></h1>
<div id="content_list">

<table class="table table-striped index">
  <thead>
    <tr>
      <th>Id</th>
      <th><%= t('activerecord.models.user') %></th>
      <th><%= t('activerecord.attributes.resource_export_file.resource_export_file_name') -%></th>
      <th><%= t('activerecord.attributes.resource_export_file.state') -%></th>
      <th></th>
    </tr>
  </thead>

  <tbody>
    <% @resource_export_files.each do |resource_export_file| %>
      <tr class="line<%= cycle("0", "1") -%>">
        <td><%= link_to resource_export_file.id, resource_export_file %></td>
        <td><%= resource_export_file.user.try(:username) %></td>
        <td>
          <%= link_to resource_export_file.resource_export_file_name, resource_export_file_path(resource_export_file, format: :download) if resource_export_file.resource_export_file_name %>
          <br />
          <%= resource_export_file.created_at %>
        </td>
        <td><%= localized_state(resource_export_file.current_state) -%></td>
        <td>
          <%= link_to t('page.destroy'), resource_export_file, data: {confirm: t('page.are_you_sure')}, method: :delete -%>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

<%= paginate(@resource_export_files) %>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.new', model: t('activerecord.models.resource_export_file')), new_resource_export_file_path -%></li>
  </ul>
</div>

Version data entries

49 entries across 48 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.17 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.16 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.15 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.14 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.13 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.12 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.11 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.10 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.10.rc.3 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.10.rc.2 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.10.rc.1 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.9 app/views/resource_export_files/index.html.erb
enju_biblio-0.4.0.rc.1 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.8 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.7 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.6 app/views/resource_export_files/index.html.erb
enju_biblio-0.4.0.beta.2 app/views/resource_export_files/index.html.erb
enju_biblio-0.4.0.beta.1 app/views/resource_export_files/index.html.erb
enju_biblio-0.3.5 app/views/resource_export_files/index.html.erb