Sha256: 795d1df907ccd80181cb782f068404cf7c16ee5da50d31132ec565f1c175353f

Contents?: true

Size: 835 Bytes

Versions: 31

Compression:

Stored size: 835 Bytes

Contents

            <div class="confirmation-status <%= 'not-validated' unless contact_email.confirmed? or contact_email.recently_sent? %>">
              <% if contact_email.confirmed? %>
                <span class="confirmed"><%= blacklight_icon('check_circle') %> <%= t('.confirmed') %></span>
              <% elsif contact_email.recently_sent? %>
                <span class="confirmed"><%= blacklight_icon('check_circle') %> <%= t('.confirmation_sent') %></span>
              <% else %>
                <span class="unconfirmed"><%= blacklight_icon('error') %> <%= t('.not_validated') %></span>
                <%= link_to t('.resend'), contact_email_confirmation_path(contact_email: {email: contact_email.email}), 
                            data: { method: :post, turbo_method: :post } %>
              <% end %>
            </div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-spotlight-4.0.1 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-4.0.0 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta6 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta5 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta4 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta3 app/views/spotlight/exhibits/_confirmation_status.html.erb
blacklight-spotlight-3.6.0.beta1 app/views/spotlight/exhibits/_confirmation_status.html.erb