Sha256: 073efd369fbd935facd3d7e1b0c78156cb9d64160a287fe6c0917f0217770b9f
Contents?: true
Size: 754 Bytes
Versions: 52
Compression:
Stored size: 754 Bytes
Contents
<div id="user_report_emails_container_<%= report_email.id %>"> <h3>Who to email</h3> <div id="user_report_email_list_<%= report_email.id %>" class="ih-row"> <% for user_report_email in report_email.user_report_emails %> <%= render partial: '/clark_kent/user_report_emails/show_wrapper', locals: {user_report_email: user_report_email} %> <% end %> </div> <div class="ih-row margin-top"> <%= link_to 'Add an email address', new_user_report_email_url(report_email_id: report_email.id), class: 'btn btn-primary', data: {ajax_link: "true", ajax_target: "#new_user_report_email_container_#{report_email.id}" } %> </div> <div id="new_user_report_email_container_<%= report_email.id %>" class="ih-row margin-top"> </div> </div>
Version data entries
52 entries across 52 versions & 1 rubygems