Sha256: fece981a98153519df4a2181aad4391ffeff4a3fd8fa6841043992be1627c8b1
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
<div id="options"> <%= form_tag request.fullpath, method: 'get', id: 'search' do %> <%= text_field_tag :q, params[:q], placeholder: t('dash.grid.filter') %> <% end %> <% if new_path %> <%= link_to t('dash.grid.create'), new_path, class: 'button action' %> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_dash-0.1.2 | app/views/rails_dash/_header.html.erb |
rails_dash-0.1.1 | app/views/rails_dash/_header.html.erb |
rails_dash-0.1.0 | app/views/rails_dash/_header.html.erb |