Sha256: 4deea5217f9e75f4c0d3afd6a3da79289cee14f701cc654b5af10b43992adedf
Contents?: true
Size: 747 Bytes
Versions: 12
Compression:
Stored size: 747 Bytes
Contents
<% content_for :title, "ClWiki: Find" %> <%= @formatter.header("Find").html_safe %> <div class='findInput'> <div class='findForm'> <%= form_tag(page_find_path) do %> <%= text_field_tag 'search_text', @search_text %> <%= submit_tag 'Find', name: 'find' %> <% end %> </div> <div class='findDetails'> <span>"this that" => <i><b>this</b></i> and <b><i>that</i></b></span><br/> <span>"the" => <i><b>the</b></i>, <i><b>the</b>ater</i>, <i>soo<b>the</b></i>, <i>o<b>the</b>r</i></span> </div> </div> <div style='clear: left'></div> <div class='findResults'> <ul> <% @results.each do |result| %> <li><%= result.html_safe %></li> <% end %> </ul> </div> <%= @formatter.footer("Find").html_safe %>
Version data entries
12 entries across 12 versions & 1 rubygems