Sha256: 0c69d137c62fc37d8d74e26a35602e2cdf850af1f8da1a5d92f9cf5bfbb91dae
Contents?: true
Size: 439 Bytes
Versions: 25
Compression:
Stored size: 439 Bytes
Contents
<form method='GET' action='<%= url %>' class='search_form'> <input id='search' name='search' size='22' type='search' value='<%= params[:search] %>' /> <% if params[:wymeditor].presence %><input name='wymeditor' value='true' type='hidden'><% end %> <% if from_dialog? %><input id='dialog' name='dialog' type='hidden' value='true' /><% end %> <%= submit_tag t('button_text', :scope => 'shared.admin.search'), :name => nil %> </form>
Version data entries
25 entries across 25 versions & 2 rubygems