codevise/pageflow

View on GitHub
entry_types/paged/app/views/pageflow_paged/third_party_embed_consent/_opt_in.html.erb

Summary

Maintainability
Test Coverage
<div class="third_party_embed_opt_in">
  <div class="third_party_embed_opt_in-message">
    <%= message %>
    <%= link_html %>
  </div>
  <div>
    <button class="third_party_embed_opt_in-button"
            data-consent-vendor="<%= vendor_name %>">
      <%= t('pageflow.public.third_party_embed_consent.opt_in.confirm') %>
</button>
  </div>
</div>