Sha256: fe4ea81b46afe5fd4315eda1526cccf443f4e098bc2eb6c5e41775e30e505b02
Contents?: true
Size: 964 Bytes
Versions: 21
Compression:
Stored size: 964 Bytes
Contents
<button class="link" data-open="budget-modal-info" aria-controls="budget-modal-info" aria-haspopup="true" tabindex="0"> <%= t(:more_information, scope: i18n_scope) %> </button> <div class="reveal" data-reveal id="budget-modal-info"> <div class="reveal__header"> <h3 class="reveal__title"><%= decidim_sanitize(component_name) %></h3> <button class="close-button" data-close aria-label="<%= t(:close_modal, scope: i18n_scope) %>" type="button"> <span aria-hidden="true">×</span> </button> </div> <%= content_tag(:p, more_information) if more_information %> <% unless current_workflow.single? %> <p> <%= link_to t(:back_to, scope: i18n_scope, component_name: component_name), budgets_path %> </p> <% end %> <div class="row"> <div class="columns medium-8 medium-offset-2"> <button class="button expanded" data-close> <%= t(:continue, scope: i18n_scope) %> </button> </div> </div> </div>
Version data entries
21 entries across 21 versions & 1 rubygems