Sha256: 17015b300e059e21784dcbeeab906bd2f42d3ad9f91417dfd99b59336fb36800

Contents?: true

Size: 1.14 KB

Versions: 8

Compression:

Stored size: 1.14 KB

Contents

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

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

<p>
  <strong><%= t('activerecord.attributes.event_export_file.event_export_file_name') -%></strong>
  <%= link_to @event_export_file.event_export_file_name, event_export_file_path(@event_export_file, format: :download) if @event_export_file.event_export_file_name %>
</p>

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

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

8 entries across 8 versions & 1 rubygems

Version Path
enju_event-0.2.0.beta.3 app/views/event_export_files/show.html.erb
enju_event-0.2.0.beta.2 app/views/event_export_files/show.html.erb
enju_event-0.2.0.beta.1 app/views/event_export_files/show.html.erb
enju_event-0.1.19 app/views/event_export_files/show.html.erb
enju_event-0.1.18 app/views/event_export_files/show.html.erb
enju_event-0.1.17 app/views/event_export_files/show.html.erb
enju_event-0.1.17.pre27 app/views/event_export_files/show.html.erb
enju_event-0.1.17.pre26 app/views/event_export_files/show.html.erb