Sha256: 95e6f2dc12b9af13541b89fb7e9f6216978726f00ba334649e5b5450718c9dbf
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
<%= form_tag('/search', :id => 'search', :class => 'right', :style => 'text-align:right;', :method => 'get') do %> <%= text_field_tag :q, nil, :id => 'query', :class => 'x-large', :size => 20, :width => '160', :placeholder => 'Search...', :style => 'width:50%;padding-left:6px;', :autofocus => 'autofocus' %> <%= submit_tag 'Search', :class => 'btn-search', :name => nil, :id => 'query-btn' %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
answers-core-0.0.0.2 | app/views/answers/shared/_search_form.html.erb |
answers-core-0.0.0 | app/views/answers/shared/_search_form.html.erb |