mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
added icons to all h1s in admin panel
languages tab in ACP each language now also has a "language.json"
This commit is contained in:
@@ -80,14 +80,6 @@ var DebugRoute = function(app) {
|
||||
});
|
||||
|
||||
app.get('/test', function(req, res) {
|
||||
var Emailer = require('../emailer');
|
||||
Emailer.send('welcome', 1, {
|
||||
username: 'test',
|
||||
subject: 'this is a subject',
|
||||
site_title: 'derp',
|
||||
confirm_link: 'linkylink'
|
||||
});
|
||||
|
||||
res.send();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user