Sha256: a80f0c2ec96461d0853135a2be3bb0b7934165bf1290fa98fd87e508c8d78e6f

Contents?: true

Size: 460 Bytes

Versions: 2

Compression:

Stored size: 460 Bytes

Contents

<%= form_for @search, :url => admin_images_path, :html => {:method => :get, :class => 'search'} do |f| %>
<div>
  <h3><%= t('images.search.title') %></h3>
  <div class='top'>
    <%= f.label :title_contains, t('images.search.image_title'), :class => 'desc' %>
    <%= f.text_field :title_contains, :size => "20" %>
  </div>
  <div class='top'>
    <label>&nbsp;</label>
    <p>
      <%= f.submit t('images.search.submit') %>
    </p>
  </div>
</div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
merrycms-0.1.7 app/views/admin/images/_search.erb
merrycms-0.1.4 app/views/admin/images/_search.erb