Sha256: 2e79adf65f2827a8e1540119ede48cc602bb455ce9295e8eae367c76443d7b81
Contents?: true
Size: 623 Bytes
Versions: 8
Compression:
Stored size: 623 Bytes
Contents
<div id="report_email_container"> <h3>Timed Emails</h3> <div id="report_email_list" class="srow"> <% for report_email in @report.report_emails %> <%= render partial: '/clark_kent/report_emails/show_wrapper', locals: {report_email: report_email} %> <% end %> </div> <div class="srow 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="srow margin-top"> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems