Sha256: 9e2f37d7c53cff7104120b9318ce7b7d515bdd7aa637f3aeb080b8a79ec298a0

Contents?: true

Size: 784 Bytes

Versions: 52

Compression:

Stored size: 784 Bytes

Contents

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

<p>
  <b><%= t('activerecord.models.event_import_file') %></b>
  <%= @event_import_result.event_import_file.event_import_file_name %>
</p>

<p>
  <b><%= t('activerecord.models.event') %></b>
  <%= @event_import_result.event_id %>
</p>

<p>
  <b><%= t('activerecord.attributes.patron_import_result.body') %></b>
  <%= @event_import_result.body %>
</p>

<p>
  <b><%= t('page.created_at') %></b>
  <%=l @event_import_result.created_at %>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre12 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre11 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre10 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre9 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre8 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre7 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre6 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre5 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre4 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre3 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre2 app/views/event_import_results/show.html.erb
enju_event-0.1.17.pre app/views/event_import_results/show.html.erb
enju_event-0.1.16 app/views/event_import_results/show.html.erb
enju_event-0.1.15 app/views/event_import_results/show.html.erb
enju_event-0.1.13 app/views/event_import_results/show.html.erb
enju_event-0.0.27 app/views/event_import_results/show.html.erb
enju_event-0.0.26 app/views/event_import_results/show.html.erb
enju_event-0.0.25 app/views/event_import_results/show.html.erb
enju_event-0.1.12 app/views/event_import_results/show.html.erb
enju_event-0.1.11 app/views/event_import_results/show.html.erb