Sha256: 6a8d2d11aab21190488079271a32352bce5fd0f4643ed28cf00d8b302a65586c
Contents?: true
Size: 696 Bytes
Versions: 2
Compression:
Stored size: 696 Bytes
Contents
<% interpret_title "Interpret - Search" %> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
interpret-0.1.5 | app/views/interpret/search/index.html.erb |
interpret-0.1.4 | app/views/interpret/search/index.html.erb |