Sha256: d300a48ad8f44608bbb7afcccda9ca89f3bd41abff32bc8d87640fb83c62fd17
Contents?: true
Size: 1017 Bytes
Versions: 24
Compression:
Stored size: 1017 Bytes
Contents
<% if current_user && current_component.current_settings.votes == "enabled" && !current_workflow.voted?(budget) %> <div class="reveal" data-reveal id="exit-notification" role="dialog" aria-modal="true" aria-labelledby="exit-notification-label" aria-live="polite"> <div class="reveal__header"> <h3 id="exit-notification-label" class="reveal__title"><%= t(".title") %></h3> <button class="close-button" data-close aria-label="<%= t(".close_modal") %>" type="button"> <span aria-hidden="true">×</span> </button> </div> <div class="static__content text-center"> <p><%= t(".message") %></p> </div> <div class="row"> <div class="columns medium-8 medium-offset-2"> <button class="button primary expanded" data-close type="button"> <%= t(".cancel") %> </button> <%= link_to t(".exit"), budget_projects_path, id: "exit-notification-link", class: "button primary hollow expanded" %> </div> </div> </div> <% end %>
Version data entries
24 entries across 24 versions & 1 rubygems