Sha256: db1ead9ba127ddadb9310498d63dc8ada2dee3eb235b3c5b69b1273d74cd5177

Contents?: true

Size: 1.52 KB

Versions: 14

Compression:

Stored size: 1.52 KB

Contents

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

<p>
  <strong>Operation:</strong>
  <%= @search_history.operation -%>
</p>

<p>
  <strong>Version:</strong>
  <%= @search_history.sru_version -%>
</p>

<p>
<strong><%= t('activerecord.attributes.search_history.query') -%>:</strong>
<%= link_to @search_history.query, manifestations_path(:query => @search_history.query) -%>
</p>

<p>
<strong><%= t('activerecord.attributes.search_history.start_record') -%>:</strong>
  <%= @search_history.start_record -%>
</p>

<p>
<strong><%= ('Maximum records') -%>:</strong>
  <%= @search_history.maximum_records -%>
</p>

<p>
  <strong>Record packing:</strong>
  <%= @search_history.record_packing -%>
</p>

<p>
  <strong>Record schema:</strong>
  <%= @search_history.record_schema -%>
</p>

<p>
  <strong>Result set ttl:</strong>
  <%= @search_history.result_set_ttl -%>
</p>

<p>
  <strong>Stylesheet:</strong>
  <%= @search_history.stylesheet -%>
</p>

<p>
  <strong>Extra request data:</strong>
  <%= @search_history.extra_request_data -%>
</p>

<p>
<strong><%= t('page.created_at') -%>:</strong>
  <%= l(@search_history.created_at) -%>
</p>

<p>
<strong><%= t('activerecord.models.user') -%>:</strong>
  <%= @search_history.user.username if @search_history.user -%>
</p>

</div>
</div>

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
enju_search_log-0.1.0.pre7 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre6 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre5 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre4 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre3 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre2 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre app/views/search_histories/show.html.erb
enju_search_log-0.0.7 app/views/search_histories/show.html.erb
enju_search_log-0.0.6 app/views/search_histories/show.html.erb
enju_search_log-0.0.5 app/views/search_histories/show.html.erb
enju_search_log-0.0.4 app/views/search_histories/show.html.erb
enju_search_log-0.0.3 app/views/search_histories/show.html.erb
enju_search_log-0.0.2 app/views/search_histories/show.html.erb
enju_search_log-0.0.1 app/views/search_histories/show.html.erb