2014-04-30 10:57:09 +00:00
|
|
|
|
|
|
|
<tr id="<%= dom_id mail_cron_log %>">
|
|
|
|
<td>
|
|
|
|
<% if is_manager? %>
|
|
|
|
<%= check_box_tag 'to_delete[]', mail_cron_log.id, false, :class => "list-check" %>
|
|
|
|
<% end -%>
|
|
|
|
</td>
|
2014-05-20 11:29:51 +00:00
|
|
|
<td><%= format_value(mail_cron_log.created_at) %></td>
|
2014-04-30 10:57:09 +00:00
|
|
|
<td><%= mail_cron_log.mail_subject %>
|
|
|
|
<div class="quick-edit">
|
|
|
|
<ul class="nav nav-pills">
|
2014-05-20 11:29:51 +00:00
|
|
|
<%#= content_tag(:li, link_to(t(:detail), admin_mail_cron_log_path(mail_cron_log),:target => '_blank')) if at_least_module_manager %>
|
|
|
|
<%#= content_tag(:li, link_to(t(:delete_),admin_mail_cron_log_path(mail_cron_log), :confirm => t(:sure?), :method => :delete, :class=>"text-error", :remote => true)) if at_least_module_manager %>
|
2014-04-30 10:57:09 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</td>
|
2014-05-20 11:29:51 +00:00
|
|
|
<td><%= mail_cron_log.mail_user.user_name %> </td>
|
|
|
|
<td><%= mail_cron_log.module_app.key %> </td>
|
2014-04-30 10:57:09 +00:00
|
|
|
</tr>
|