-
- Downloads
Merge branch 'feature-admin-emails' into 'master'
Feature admin emails solves issue #126 One point remains. There is no clickable link to open the email page. Where should this link be communicated?! # User Overview  # Composing an email  # Unsubscribe  See merge request !140
No related branches found
No related tags found
Showing
- app/controllers/admin/emails_controller.rb 9 additions, 0 deletionsapp/controllers/admin/emails_controller.rb
- app/controllers/unsubscribes_controller.rb 22 additions, 0 deletionsapp/controllers/unsubscribes_controller.rb
- app/helpers/admin_email_helper.rb 19 additions, 0 deletionsapp/helpers/admin_email_helper.rb
- app/mailers/emails/admin_notification.rb 10 additions, 0 deletionsapp/mailers/emails/admin_notification.rb
- app/mailers/notify.rb 1 addition, 0 deletionsapp/mailers/notify.rb
- app/models/user.rb 5 additions, 0 deletionsapp/models/user.rb
- app/views/admin/emails/show.html.haml 22 additions, 0 deletionsapp/views/admin/emails/show.html.haml
- app/views/admin/users/index.html.haml 1 addition, 0 deletionsapp/views/admin/users/index.html.haml
- app/views/notify/send_admin_notification.html.haml 7 additions, 0 deletionsapp/views/notify/send_admin_notification.html.haml
- app/views/notify/send_admin_notification.text.haml 6 additions, 0 deletionsapp/views/notify/send_admin_notification.text.haml
- app/views/unsubscribes/show.html.haml 10 additions, 0 deletionsapp/views/unsubscribes/show.html.haml
- app/workers/admin_emails_worker.rb 21 additions, 0 deletionsapp/workers/admin_emails_worker.rb
- config/routes.rb 3 additions, 0 deletionsconfig/routes.rb
- db/migrate/20140811083829_add_unsubscribed_at_field_to_users.rb 5 additions, 0 deletions...rate/20140811083829_add_unsubscribed_at_field_to_users.rb
- features/admin/emails.feature 11 additions, 0 deletionsfeatures/admin/emails.feature
- features/steps/admin/email.rb 32 additions, 0 deletionsfeatures/steps/admin/email.rb
- features/steps/shared/admin.rb 7 additions, 0 deletionsfeatures/steps/shared/admin.rb
- features/steps/shared/paths.rb 3 additions, 0 deletionsfeatures/steps/shared/paths.rb
- spec/controllers/unsubscribes_controller_spec.rb 34 additions, 0 deletionsspec/controllers/unsubscribes_controller_spec.rb
- spec/routing/admin_routing_spec.rb 9 additions, 0 deletionsspec/routing/admin_routing_spec.rb
app/controllers/admin/emails_controller.rb
0 → 100644
app/controllers/unsubscribes_controller.rb
0 → 100644
app/helpers/admin_email_helper.rb
0 → 100644
app/mailers/emails/admin_notification.rb
0 → 100644
app/views/admin/emails/show.html.haml
0 → 100644
app/views/unsubscribes/show.html.haml
0 → 100644
app/workers/admin_emails_worker.rb
0 → 100644
features/admin/emails.feature
0 → 100644
features/steps/admin/email.rb
0 → 100644
Please register or sign in to comment