Sha256: 2977c26bb55d2b128d0cc848fbb651351db62ba2cb25620dcf0730dd8d24dcda

Contents?: true

Size: 981 Bytes

Versions: 46

Compression:

Stored size: 981 Bytes

Contents

<div class="show-for-medium" data-set="nav-search-holder">
  <div class="topbar__search js-append">
    <%= form_tag(decidim.search_path, method: :get, id: "form-search_topbar") do %>
      <div class="input-group">
        <%= label_tag :term do %>
          <span class="show-for-sr"><%= t("decidim.search.term_input_placeholder") %></span>
          <%= text_field_tag :term, nil, class: "input-group-field m-none", placeholder: t("decidim.search.term_input_placeholder"), title: t("decidim.search.term_input_placeholder") %>
        <% end %>
        <div class="input-group-button">
          <!-- The button wrapper is important for Safari and Firefox -->
          <div class="button-wrapper">
            <%= submit_tag icon("magnifying-glass", aria_label: t("decidim.search.term_input_placeholder"), role: "img"), title: t("decidim.search.term_input_placeholder"), id: :submit, class: "button" %>
          </div>
        </div>
      </div>
    <% end %>
  </div>
</div>

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.8 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.7 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.6 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.10 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.9 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.5 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.8 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.4 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.3 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.7 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.5 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.2 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.1 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.4 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.0 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.3 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.0.rc2 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.27.0.rc1 app/views/layouts/decidim/_topbar_search.html.erb
decidim-core-0.26.2 app/views/layouts/decidim/_topbar_search.html.erb