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

Version Path
clark_kent-0.9.9 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.8 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.7 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.6 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.5 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.4 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.2 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.1 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.9.0 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.11 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.10 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.9 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.8 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.7 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.6 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.5 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.4 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.3 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.2 app/views/clark_kent/report_emails/_index.html.erb
clark_kent-0.8.1 app/views/clark_kent/report_emails/_index.html.erb