FEATURE: Mark All as Read button for Notifications page

Added a Mark All as Read button to the top/bottom of the notifications user page
https://meta.discourse.org/t/possibility-to-selectively-or-completely-mark-notifications-as-read/20227

Remove notifications property (no longer used)
This commit is contained in:
cpradio
2014-10-13 06:26:30 -04:00
parent d3b268cd2c
commit 8f390c979b
11 changed files with 87 additions and 1 deletions

View File

@@ -285,6 +285,7 @@ Discourse::Application.routes.draw do
get "notifications" => "notifications#recent"
get "notifications/history" => "notifications#history"
put "notifications/reset-new" => 'notifications#reset_new'
match "/auth/:provider/callback", to: "users/omniauth_callbacks#complete", via: [:get, :post]
match "/auth/failure", to: "users/omniauth_callbacks#failure", via: [:get, :post]