Appreciation Editor Complete / All Others Incomplete
The text editor for the appreciation page is complete, but all other files are empty, besides User Manager.
This commit is contained in:
@@ -63,6 +63,13 @@ pri.route("/Admin/Appreciation", {
|
||||
BlazeLayout.render("Admin", {content: "AppreciationEditor"})
|
||||
}
|
||||
});
|
||||
pri.route("/Admin/NewsEditor", {
|
||||
name: "NewsEditor",
|
||||
action: function(params, queryParams) {
|
||||
require("/imports/ui/Admin/NewsEditor.js");
|
||||
BlazeLayout.render("Admin", {content: "NewsEditor"})
|
||||
}
|
||||
});
|
||||
|
||||
//*** PUBLIC
|
||||
pub.route('/', {
|
||||
|
||||
Reference in New Issue
Block a user