Sha256: 883e44573eb02d0d91af8a228a04cc8ad1b249f0da93d9071bf72341693e3ae0
Contents?: true
Size: 518 Bytes
Versions: 95
Compression:
Stored size: 518 Bytes
Contents
<% form_tag(:controller => 'search', :action => 'results') do %> <%= text_field_tag(:form_terms, @terms.nil? ? "" : @terms, :size => 30) %> <%= submit_tag(t(:search), :class => "input-button") %> <%= render(:partial => "search/languages") %> <% end %> <p class="help_links"><%= link_to t(:demo), "/help/demo" %> | <%= link_to t(:collections_long), "/collections" %> | <%= link_to t(:developers_long), "/help/integration" %> - <%= t(:powered_by) %> <a href="http://lucene.apache.org/">Lucene</a></p>
Version data entries
95 entries across 95 versions & 2 rubygems