Sha256: 3a59d8414ff7817de812539b4b29b88a3ed4236bd51f9996c4afda8e3cf66a3b

Contents?: true

Size: 1.13 KB

Versions: 50

Compression:

Stored size: 1.13 KB

Contents

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

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

<p>
  <strong><%= t('activerecord.attributes.user_export_file.user_export_file_name') -%></strong>
  <%= link_to @user_export_file.user_export_file_name, user_export_file_path(@user_export_file, format: :download) if @user_export_file.user_export_file_name %>
</p>

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

<p>
  <strong><%= t('page.created_at') -%>:</strong>
  <%= l(@user_export_file.created_at) if @user_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

50 entries across 48 versions & 2 rubygems

Version Path
enju_library-0.3.11 app/views/user_export_files/show.html.erb
enju_library-0.3.10 app/views/user_export_files/show.html.erb
enju_library-0.3.9 app/views/user_export_files/show.html.erb
enju_library-0.3.8 app/views/user_export_files/show.html.erb
enju_library-0.3.8.rc.2 app/views/user_export_files/show.html.erb
enju_library-0.3.8.rc.1 app/views/user_export_files/show.html.erb
enju_library-0.4.0.rc.1 app/views/user_export_files/show.html.erb
enju_library-0.3.7 app/views/user_export_files/show.html.erb
enju_library-0.3.6 app/views/user_export_files/show.html.erb
enju_library-0.4.0.beta.4 app/views/user_export_files/show.html.erb
enju_library-0.4.0.beta.3 app/views/user_export_files/show.html.erb
enju_library-0.4.0.beta.2 app/views/user_export_files/show.html.erb
enju_library-0.4.0.beta.1 app/views/user_export_files/show.html.erb
enju_library-0.3.5 app/views/user_export_files/show.html.erb
enju_library-0.3.4 app/views/user_export_files/show.html.erb
enju_library-0.3.3 app/views/user_export_files/show.html.erb
enju_library-0.3.2 app/views/user_export_files/show.html.erb
enju_library-0.3.1 app/views/user_export_files/show.html.erb
enju_library-0.3.0 app/views/user_export_files/show.html.erb
enju_library-0.3.0.rc.1 app/views/user_export_files/show.html.erb