Remove unused feedback actions view

This commit is contained in:
Steffen van Bergerem 2016-08-30 16:18:21 +02:00 committed by Dennis Schubert
parent ffdd5a14ac
commit 68045cec8c
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -1,11 +0,0 @@
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-v3-or-Later
//=require "./feedback_view"
app.views.FeedbackActions = app.views.Feedback.extend({
id : "user-controls",
templateName : "feedback-actions",
events: {},
initialize: function(){}
});
// @license-end