mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Merge pull request #1616 from velesin/remove_notifications_view
removes unused view
This commit is contained in:
commit
84b0792db8
1 changed files with 0 additions and 14 deletions
|
@ -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 a new issue