Sha256: ce13caa5e7034245fef39124819827bd1714d5d27ceaf61f001a99e8b570c281

Contents?: true

Size: 1.51 KB

Versions: 11

Compression:

Stored size: 1.51 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

11 entries across 11 versions & 1 rubygems

Version Path
enju_search_log-0.3.0.beta.1 app/views/search_histories/show.html.erb
enju_search_log-0.2.0 app/views/search_histories/show.html.erb
enju_search_log-0.2.0.beta.3 app/views/search_histories/show.html.erb
enju_search_log-0.2.0.beta.1 app/views/search_histories/show.html.erb
enju_search_log-0.1.1 app/views/search_histories/show.html.erb
enju_search_log-0.1.0 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre12 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre11 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre10 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre9 app/views/search_histories/show.html.erb
enju_search_log-0.1.0.pre8 app/views/search_histories/show.html.erb