Add entrypoint for sending emails to users

This commit is contained in:
Jan-Willem van der Meer
2014-08-11 14:20:29 +02:00
parent a0259ecc6e
commit 429ab088bc
+1
View File
@@ -32,6 +32,7 @@
.panel-heading
Users (#{@users.total_count})
.panel-head-actions
= link_to 'Send email to users', admin_email_path, class: 'btn btn-info'
= link_to 'New User', new_admin_user_path, class: "btn btn-new"
%ul.well-list
- @users.each do |user|