Sha256: aa337ed596969cc2dc05118a18fd5d78d42bfd26a06b6378f57d4091e1ce1902
Contents?: true
Size: 590 Bytes
Versions: 2
Compression:
Stored size: 590 Bytes
Contents
<dl> <dt>Links</dt> <dd> <%= link_to_unless_current t(:list, :target => resource.human), resource.collection_path %> <%= link_to_unless_current t(:add, :target => resource.human), resource.new_path %> </dd> <dt>Search</dt> <dd> <%= form_tag resource.collection_path, {:method => :get} do %> <%= text_field_tag :search, params[:search] %> <%= submit_tag 'Search' %> <% if false %> <% if resource_session[:search].present? %> <%= link_to 'clear', resource.collection_path(:search => '') %> <% end %> <% end %> <% end %> </dd> </dl>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puffer-0.0.9 | app/cells/puffer/base/additional.html.erb |
puffer-0.0.8 | app/cells/puffer/base/additional.html.erb |