Sha256: d9b9a346c1efad484a33fe5bd077debbb3e815567fab3ce501e9e02508e0ab48

Contents?: true

Size: 260 Bytes

Versions: 5

Compression:

Stored size: 260 Bytes

Contents

<div class="presentation-search">
  <%= form_tag @search.url, :method => :get do %>
    <%= text_field_tag 'search', params[:search] %>
    <input type="submit" value="Search" class="submit" />
    <%= link_to 'reset', @search.url %>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
presenting-3.0.0 app/views/presentations/_search.erb
presenting-2.1.0 app/views/presentations/_search.erb
presenting-2.0.3 app/views/presentations/_search.erb
presenting-2.0.2 app/views/presentations/_search.erb
presenting-2.0.1 app/views/presentations/_search.erb