forked from GitHub/dbot
each
This commit is contained in:
parent
abfcee0e48
commit
13334e3b4d
@ -91,6 +91,7 @@ var webInterface = function(dbot) {
|
||||
var moduleNames = _.keys(dbot.modules);
|
||||
var indexModules = [];
|
||||
|
||||
// fix the thingy
|
||||
_.each(moduleNames, function(moduleName) {
|
||||
var modulePath = '/' + moduleName;
|
||||
if(_.include(routes, modulePath)) {
|
||||
|
@ -12,7 +12,7 @@ block content
|
||||
th Warner
|
||||
th Reason
|
||||
tbody
|
||||
for warning, key in warnings
|
||||
each warning, key in warnings
|
||||
tr
|
||||
td #{new Date(warning.time)}
|
||||
td #{warning.warner}
|
||||
|
Loading…
Reference in New Issue
Block a user