Sha256: df8688863c88eba746c65c5c3d9cb3acbaf8e54f392d97ec06d5a11c426941f9

Contents?: true

Size: 1.12 KB

Versions: 12

Compression:

Stored size: 1.12 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">
      <div 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" %>
        </div>
      </div>
    </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" %>
        </div>
        <div class="mb-s">
          <%= content %>
        </div>
      </div>
    </div>
    <div class="floating-helper__content-close" data-toggle="floating-helper-block floating-helper-tip">
      <%= icon "x", class: "icon--small" %>
    </div>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-core-0.21.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.20.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.20.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.19.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.18.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.19.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.17.2 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.18.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.17.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.16.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.17.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.16.0 app/views/decidim/shared/_floating_help.html.erb