Sha256: 299e5acddc342c0d067ce427448062a56beb822c1cfec6d163481dcdff861404
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
<%= content_tag :button, 'Previous', :id => "looking_for_prev", :disabled => !(@records.current_page > 1 && @records.current_page - 1) %> <%= content_tag :button, 'Search' , :id => "looking_for_find" %> <%= content_tag :button, 'Next' , :id => "looking_for_next", :disabled => !(@records.current_page < @records.total_pages && @records.current_page + 1) %> <%= hidden_field_tag "page", @records.current_page %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
looking_for-0.2.0 | app/views/looking_for/_toolbar.html.erb |