Sha256: 58a036b89b4f1e9ec52915355f2e451e5be351f9b1a6f6909434dc98d99727e2

Contents?: true

Size: 1.28 KB

Versions: 46

Compression:

Stored size: 1.28 KB

Contents

<div class="floating-helper-container" data-help-id="floating-help-<%= id %>">
  <div class="floating-helper" id="floating-helper-tip" data-toggler=".hide">
    <div class="floating-helper__layout">
      <a href="#floating-helper-block" class="floating-helper__trigger" data-toggle="floating-helper-block floating-helper-tip">
        <div class="floating-helper__text">
          <%= t ".help" %>
        </div>
        <div class="floating-helper__icon">
          <%= icon "question-mark", class: "icon--small", role: "img", aria_label: t(".help") %>
        </div>
      </a>
    </div>
  </div>

  <div id="floating-helper-block" class="floating-helper__wrapper row column hide" data-toggler=".hide">
    <div class="floating-helper__content">
      <div class="floating-helper__content-inner">
        <div class="floating-helper__icon-big show-for-medium">
          <%= icon "question-mark", class: "icon--large", role: "img", aria_label: t(".help") %>
        </div>
        <div class="mb-s">
          <%= content %>
        </div>
      </div>
    </div>
    <a href="#floating-helper-tip" class="floating-helper__content-close" data-toggle="floating-helper-block floating-helper-tip">
      <%= icon "x", class: "icon--small", role: "img", aria_label: t(".close") %>
    </a>
  </div>
</div>

Version data entries

46 entries across 46 versions & 1 rubygems

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