mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
removes unused view
This commit is contained in:
parent
8724b2e2b6
commit
2f2b99f766
@ -1,14 +0,0 @@
|
|||||||
/**
|
|
||||||
This view handles rendering of a user's notifications
|
|
||||||
|
|
||||||
@class NotificationsView
|
|
||||||
@extends Discourse.View
|
|
||||||
@namespace Discourse
|
|
||||||
@module Discourse
|
|
||||||
**/
|
|
||||||
Discourse.NotificationsView = Discourse.View.extend({
|
|
||||||
classNameBindings: ['content.read', ':notifications'],
|
|
||||||
templateName: 'notifications'
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user