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

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