Sha256: f9a8bcefc3f537dc63e693db46169b8179cebac91496440c8e8a96bdb5c66eec
Contents?: true
Size: 948 Bytes
Versions: 18
Compression:
Stored size: 948 Bytes
Contents
<% i18n_scope ||= "decidim.elections.connection.failed" %> <div class="reveal" id="server-failure" data-reveal> <div class="reveal__header"> <h3 class="reveal__title"> <%= t("modal.title", scope: i18n_scope) %> </h3> <button class="close-button" data-close aria-label="<%= t("modal.close", scope: i18n_scope) %>" type="button"> <span aria-hidden="true">×</span> </button> </div> <div class="row"> <p class="communication_error"> <%= t("modal.communication_lost", scope: i18n_scope).html_safe %> </p> <p class="generic_error hide"> <%= t("modal.generic_error", scope: i18n_scope).html_safe %> </p> <p class="help-text tech-info"></p> </div> <div class="row"> <div class="column flex-center"> <button class="button primary expanded" data-close type="button"> <%= t("modal.close", scope: i18n_scope) %> </button> </div> </div> </div>
Version data entries
18 entries across 18 versions & 1 rubygems