Sha256: d497497cf4802f688aa5d0ec402037ea7389fd3d2dda511465f722dca3e0f19f

Contents?: true

Size: 282 Bytes

Versions: 1

Compression:

Stored size: 282 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
panel-0.1.5 app/views/panel/_options.html.erb