Sha256: bbee2ef3057ca0f53a889b6c76a5635de4e47dd6fb9c80cc1721bc4b0dad564a
Contents?: true
Size: 767 Bytes
Versions: 45
Compression:
Stored size: 767 Bytes
Contents
<%= form_tag users_moderation_path, method: 'get', class: 'thredded--form thredded--navigation--search thredded--navigation--search--right', '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
45 entries across 45 versions & 2 rubygems