Sha256: c8ef42272c180e4c9bff576acfae3b6f37526f888246c411185240e82d33f69b

Contents?: true

Size: 283 Bytes

Versions: 2

Compression:

Stored size: 283 Bytes

Contents

<div id="options">
  <%= form_tag request.fullpath, method: 'get', id: 'filter' do %>
    <%= text_field_tag :q, params[:q], placeholder: t('global.filter') %>
  <% end %>
  <% if new_path %>
    <%= link_to t('global.create'), new_path, class: 'button action' %>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_dash-0.1.4 app/views/rails_dash/_header.html.erb
rails_dash-0.1.3 app/views/rails_dash/_header.html.erb