Sha256: fe035a5e92dc7a441b045ae6a45045fd1967edacb9e5aaa86f7d1d9225489b15

Contents?: true

Size: 816 Bytes

Versions: 29

Compression:

Stored size: 816 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.event_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 ui-widget-content">
  <ul>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

29 entries across 29 versions & 1 rubygems

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