Sha256: c8515e0cf4fa6d6367005b2605c765074a8b2f87efa13c961c17865f5d874923

Contents?: true

Size: 1.18 KB

Versions: 49

Compression:

Stored size: 1.18 KB

Contents

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

<p>
  <strong><%= t('activerecord.models.user') %></strong>
  <%= @resource_export_file.user.try(:username) %>
</p>

<p>
  <strong><%= t('activerecord.attributes.resource_export_file.resource_export_file_name') -%></strong>
  <%= 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 %>
</p>

<p>
  <strong><%= t('activerecord.attributes.resource_export_file.state') -%>:</strong>
  <%= localized_state(@resource_export_file.current_state) -%>
</p>

<p>
  <strong><%= t('page.created_at') -%>:</strong>
  <%= l(@resource_export_file.created_at) if @resource_export_file.created_at -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= back_to_index(flash[:page_info]) -%></li>
    <% if current_user.has_role?('Administrator') %>
      <li><%= link_to 'Resque', resque_path %></li>
    <% end %>
  </ul>
</div>

Version data entries

49 entries across 48 versions & 2 rubygems

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