Sha256: 1d35d2fe0f526263403aefaa1f4dcb29762d108e16361fcba36378d6a5fa2931
Contents?: true
Size: 477 Bytes
Versions: 5
Compression:
Stored size: 477 Bytes
Contents
<%= form_for @search, :url => admin_pages_path, :html => {:method => :get, :class => 'search'} do |f| %> <div> <h3><%= t('pages.search.title') %></h3> <div class='top'> <%= f.label :title_or_content_contains, t('pages.search.page_title'), :class => 'desc' %> <%= f.text_field :title_or_content_contains, :size => "20" %> </div> <div class='top'> <label> </label> <p> <%= f.submit t('pages.search.submit') %> </p> </div> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems