Sha256: ac7cb9232f59a22b22875c4b1b7dc6a21479f0287f869ccc0524b0a4f90104a0

Contents?: true

Size: 891 Bytes

Versions: 59

Compression:

Stored size: 891 Bytes

Contents

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

<p>
  <b><%= t('activerecord.models.agent_import_file') %></b>
  <%= @agent_import_result.agent_import_file.agent_import_file_name %>
</p>

<p>
  <b><%= t('activerecord.models.agent') %></b>
  <%= link_to @agent_import_result.agent.full_name, @agent_import_result.agent if @agent_import_result.agent %>
</p>

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

<p>
  <b><%= t('page.created_at') %></b>
  <%=l @agent_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

59 entries across 58 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.17 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.16 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.15 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.14 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.13 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.12 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.11 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.10 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.10.rc.3 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.10.rc.2 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.10.rc.1 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.9 app/views/agent_import_results/show.html.erb
enju_biblio-0.4.0.rc.1 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.8 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.7 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.6 app/views/agent_import_results/show.html.erb
enju_biblio-0.4.0.beta.2 app/views/agent_import_results/show.html.erb
enju_biblio-0.4.0.beta.1 app/views/agent_import_results/show.html.erb
enju_biblio-0.3.5 app/views/agent_import_results/show.html.erb