Sha256: f1d99fe81e772396207777f346d4ff13e343ad665552ff3d848c3d125e7760a3

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 Bytes

Contents

<div id="header">
  <h1>Search translations</h1>
</div>

<div id="search">
  <p>Enter a search term for the key and/or the value of the translation</p>

  <%= form_tag interpret_search_for_path do %>
    <%= label_tag "key", "Key value" %>
    <br />
    <%= text_field_tag "key" %>
    <br />

    <%= label_tag "value", "Translation text" %>
    <br />
    <%= text_field_tag "value" %>
    <br />

    <%= submit_tag "SEARCH" %>

  <% end %>

  <%= content_for :sidebar do %>
    <h2>Search</h2>
    <p>
  You can use this search feature to look into all the translations. Can be filtered by language, key and phrase.
    </p>
  <% end %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.1.3 app/views/interpret/search/index.html.erb
interpret-0.1.2 app/views/interpret/search/index.html.erb
interpret-0.1.1 app/views/interpret/search/index.html.erb