Sha256: da392dd5df520bf317d2d41586342dace5d3e1318fc8ab3d35479332e489f816

Contents?: true

Size: 1.19 KB

Versions: 16

Compression:

Stored size: 1.19 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') %>
      <% if defined?(Resque) %>
        <li><%= link_to 'Resque', resque_path %></li>
      <% end %>
    <% end %>
  </ul>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_event-0.3.5 app/views/event_export_files/show.html.erb
enju_event-0.4.0.rc.1 app/views/event_export_files/show.html.erb
enju_event-0.3.4 app/views/event_export_files/show.html.erb
enju_event-0.3.3 app/views/event_export_files/show.html.erb
enju_event-0.4.0.beta.2 app/views/event_export_files/show.html.erb
enju_event-0.4.0.beta.1 app/views/event_export_files/show.html.erb
enju_event-0.3.2 app/views/event_export_files/show.html.erb
enju_event-0.3.1 app/views/event_export_files/show.html.erb
enju_event-0.3.0 app/views/event_export_files/show.html.erb
enju_event-0.3.0.rc.1 app/views/event_export_files/show.html.erb
enju_event-0.3.0.beta.1 app/views/event_export_files/show.html.erb
enju_event-0.2.3 app/views/event_export_files/show.html.erb
enju_event-0.2.2 app/views/event_export_files/show.html.erb
enju_event-0.2.1 app/views/event_export_files/show.html.erb
enju_event-0.2.0 app/views/event_export_files/show.html.erb
enju_event-0.2.0.beta.4 app/views/event_export_files/show.html.erb