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