diff --git a/runbot/runbot.py b/runbot/runbot.py
index 17e4fca3..82d2669c 100644
--- a/runbot/runbot.py
+++ b/runbot/runbot.py
@@ -1228,6 +1228,7 @@ class RunbotController(http.Controller):
if 'name' not in r:
r.update({
'name': repo.name,
+ 'base': repo.base,
'testing': count([('repo_id', '=', repo.id), ('state', '=', 'testing')]),
'running': count([('repo_id', '=', repo.id), ('state', '=', 'running')]),
'pending': count([('repo_id', '=', repo.id), ('state', '=', 'pending')]),
diff --git a/runbot/runbot.xml b/runbot/runbot.xml
index b4552492..58f1063a 100644
--- a/runbot/runbot.xml
+++ b/runbot/runbot.xml
@@ -494,9 +494,9 @@
-
+
- — on
+ — on