From 429ab088bcfe02dce275433aff5f35ff09f2e6db Mon Sep 17 00:00:00 2001 From: Jan-Willem van der Meer Date: Mon, 11 Aug 2014 14:20:29 +0200 Subject: [PATCH] Add entrypoint for sending emails to users --- app/views/admin/users/index.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/admin/users/index.html.haml b/app/views/admin/users/index.html.haml index b8a1822444..8b94aa4228 100644 --- a/app/views/admin/users/index.html.haml +++ b/app/views/admin/users/index.html.haml @@ -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|