Sha256: f41447b7217268442ab9085c8968ce7516c508eca8fdd81c28260c10a1daec6c

Contents?: true

Size: 606 Bytes

Versions: 13

Compression:

Stored size: 606 Bytes

Contents

<div id="floating-helper-tip" data-floating-help>
  <button class="button button__xs button__text-secondary py-1" data-dialog-open="floating-helper-block">
    <%= icon "question-line" %>
    <span><%= t("help", scope: "decidim.shared.floating_help") %></span>
  </button>
</div>

<%= decidim_modal id: "floating-helper-block" do %>
  <div data-dialog-container>
    <%= icon "question-line" %>
    <h3 id="dialog-title-floating-helper-block" data-dialog-title><%= t("help", scope: "decidim.shared.floating_help") %></h3>
    <div class="editor-content">
      <%= content %>
    </div>
  </div>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-core-0.29.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.4 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.29.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.3 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.2 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.1 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.0 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/shared/_floating_help.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/shared/_floating_help.html.erb