Sha256: 31cc52e9fe4d113e8ed2cbf8b401dc1a4e589369ced214ed5dbd37770e700a4c
Contents?: true
Size: 1005 Bytes
Versions: 17
Compression:
Stored size: 1005 Bytes
Contents
<div class="tech-info"> <a href="#" onclick="event.preventDefault();" data-open="<%= modal_name %>"><%= t "decidim.fingerprint.check" %></a> </div> <div id="<%= modal_name %>" class="reveal fingerprint-dialog" data-reveal aria-labelledby="modalTitle" aria-hidden="true" role="dialog"> <h2 id="modalTitle"><%= t "decidim.fingerprint.title" %></h2> <p><%= t "decidim.fingerprint.explanation" %></p> <p> <strong><%= t "decidim.fingerprint.value" %>:</strong> <code class="fingerprint-value"><%= model.fingerprint.value %></code> </p> <p> <strong><%= t "decidim.fingerprint.source" %>:</strong> <code class="fingerprint-source"><%= model.fingerprint.source %></code> </p> <p><%= t "decidim.fingerprint.replicate_help", online_calculator_link: link_to(t("decidim.fingerprint.online_calculator_name"), "http://www.md5calc.com/sha256", target: "_blank") %> <button class="close-button" data-close type="button"> <span aria-hidden="true">×</span> </button> </div>
Version data entries
17 entries across 17 versions & 1 rubygems