added top navigation page

This commit is contained in:
2010-04-12 12:44:22 -07:00
parent 9c288c10c8
commit e59963c303
20 changed files with 183 additions and 10 deletions

View File

@@ -16,4 +16,6 @@ urlpatterns = patterns('unittestweb.viewer.views',
(r'^timeline$', 'timeline'),
(r'^topfails$', 'topfails'),
(r'^failswindow$','failswindow'),
(r'^latest$','latest'),
(r'^Help$','Help'),
)