Sha256: d2e0d5e273a2262cc55d112426d5d4e2db37aa928fdde88c5848b168dbaa84d9
Contents?: true
Size: 629 Bytes
Versions: 52
Compression:
Stored size: 629 Bytes
Contents
<div id="report_email_container"> <h3>Timed Emails</h3> <div id="report_email_list" class="ih-row"> <% for report_email in @report.report_emails %> <%= render partial: '/clark_kent/report_emails/show_wrapper', locals: {report_email: report_email} %> <% end %> </div> <div class="ih-row margin-top"> <%= link_to 'Add a timed email', new_report_email_url(report_id: @report.id), class: 'btn btn-primary', data: {ajax_link: "true", ajax_target: "#new_report_email_container_#{@report.id}" } %> </div> <div id="new_report_email_container_<%= @report.id %>" class="ih-row margin-top"> </div> </div>
Version data entries
52 entries across 52 versions & 1 rubygems