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

Version Path
thredded-1.1.0 app/views/thredded/moderation/_users_search_form.html.erb
thredded-1.0.1 app/views/thredded/moderation/_users_search_form.html.erb
thredded-1.0.0 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.16 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.15 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.14 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.13 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.12 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.11 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.10 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.9 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.8 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.7 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.6 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.5 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.4 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.3 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.1 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.16.0 app/views/thredded/moderation/_users_search_form.html.erb
thredded-0.15.5 app/views/thredded/moderation/_users_search_form.html.erb