Sha256: 47765b491f365cb0a4e0b156eace7947c2296f7dfb985b05d32d6fe89412b634
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 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> </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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_event-0.1.17.pre25 | app/views/event_export_files/show.html.erb |
enju_event-0.1.17.pre24 | app/views/event_export_files/show.html.erb |