Sha256: 33240a49a64936f770f3106992a6a76bfb09066d55bae35278a2e0cc5ad593b8
Contents?: true
Size: 731 Bytes
Versions: 9
Compression:
Stored size: 731 Bytes
Contents
<%= form_tag users_moderation_path, method: 'get', class: 'thredded--form thredded--navigation--search', 'data-thredded-turboform' => true do %> <%= label_tag :q, t('thredded.moderation.search_users.form_label') %> <%= text_field_tag :q, @query, type: 'search', required: true, # If there are no results the user will likely want to change the query, so auto-focus. autofocus: @query.presence && !@users.presence, placeholder: t('thredded.moderation.search_users.form_placeholder') %> <button type="submit"><%= t 'thredded.search.form.btn_submit' %></button> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems