Sha256: d3e17ce54d93f607d0aa0d54e297cbe667b1a075e599cfdf63eb034a89aab439
Contents?: true
Size: 933 Bytes
Versions: 13
Compression:
Stored size: 933 Bytes
Contents
<%= decidim_modal id: "external-domain-warning" do %> <div data-dialog-container> <%= icon "external-link-line" %> <h2 id="dialog-title-external-domain-warning" tabindex="-1" data-dialog-title><%= t("decidim.links.warning.title") %></h2> <div> <p id="dialog-desc-external-domain-warning"><%= t("body_1", scope: "decidim.links.warning") %></p> <p><%= t("body_2", scope: "decidim.links.warning") %></p> <code class="mt-5 block break-all"> <%= highlight_domain %> </code> </div> </div> <div data-dialog-actions> <button class="button button__lg button__transparent-secondary" data-dialog-close="external-domain-warning"> <%= t("decidim.links.warning.cancel") %> </button> <%= link_to t("decidim.links.warning.proceed"), external_url.to_s , target: "_blank", class: "button button__lg button__secondary", rel: "nofollow noopener noreferrer" %> </div> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems