Sha256: f5654757e49e259d9c1fae699ae6fa3a5bc04b0f091ecbd67a89aff8cb86790c

Contents?: true

Size: 1.4 KB

Versions: 40

Compression:

Stored size: 1.4 KB

Contents

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

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

<p>
  <strong><%= t('activerecord.attributes.search_engine.url') -%>:</strong>
  <%= link_to @search_engine.url, @search_engine.url -%>
</p>

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

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

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

<p>
  <strong><%= t('activerecord.attributes.search_engine.additional_param') -%>:</strong>
  <%= raw simple_format(h(@search_engine.additional_param)) -%>
</p>

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

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <%- if policy(@search_engine).update? -%>
      <li><%= link_to t('page.edit'), edit_search_engine_path(@search_engine) -%></li>
    <%- end -%>
    <li><%= link_to t('page.back'), :back -%></li>
  </ul>
</div>

Version data entries

40 entries across 38 versions & 2 rubygems

Version Path
enju_library-0.3.11 app/views/search_engines/show.html.erb
enju_library-0.3.10 app/views/search_engines/show.html.erb
enju_library-0.3.9 app/views/search_engines/show.html.erb
enju_library-0.3.8 app/views/search_engines/show.html.erb
enju_library-0.3.8.rc.2 app/views/search_engines/show.html.erb
enju_library-0.3.8.rc.1 app/views/search_engines/show.html.erb
enju_library-0.4.0.rc.1 app/views/search_engines/show.html.erb
enju_library-0.3.7 app/views/search_engines/show.html.erb
enju_library-0.3.6 app/views/search_engines/show.html.erb
enju_library-0.4.0.beta.4 app/views/search_engines/show.html.erb
enju_library-0.4.0.beta.3 app/views/search_engines/show.html.erb
enju_library-0.4.0.beta.2 app/views/search_engines/show.html.erb
enju_library-0.4.0.beta.1 app/views/search_engines/show.html.erb
enju_library-0.3.5 app/views/search_engines/show.html.erb
enju_library-0.3.4 app/views/search_engines/show.html.erb
enju_library-0.3.3 app/views/search_engines/show.html.erb
enju_library-0.3.2 app/views/search_engines/show.html.erb
enju_library-0.3.1 app/views/search_engines/show.html.erb
enju_library-0.3.0 app/views/search_engines/show.html.erb
enju_library-0.3.0.rc.1 app/views/search_engines/show.html.erb