Sha256: c7cb25fe80c66207f7f979b9496b414119f66d2f6273525550f9f9a1b13d98a9

Contents?: true

Size: 1.4 KB

Versions: 7

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 can? :update, @search_engine -%>
      <li><%= link_to t('page.edit'), edit_search_engine_path(@search_engine) -%></li>
    <%- end -%>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_library-0.1.2 app/views/search_engines/show.html.erb
enju_library-0.1.1 app/views/search_engines/show.html.erb
enju_library-0.1.0 app/views/search_engines/show.html.erb
enju_library-0.1.0.pre45 app/views/search_engines/show.html.erb
enju_library-0.1.0.pre44 app/views/search_engines/show.html.erb
enju_library-0.1.0.pre43 app/views/search_engines/show.html.erb
enju_library-0.1.0.pre42 app/views/search_engines/show.html.erb