This commit is contained in:
reality 2013-07-29 20:25:07 +00:00
parent abfcee0e48
commit 13334e3b4d
2 changed files with 2 additions and 1 deletions

View File

@ -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)) {

View File

@ -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}