]> git.ipfire.org Git - people/jschlag/pbs.git/commit - src/web/__init__.py
Add pages to show recent comments.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Dec 2012 13:38:17 +0000 (14:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Dec 2012 13:38:17 +0000 (14:38 +0100)
commit62c7e7cd7bc218772a590f2bf8e61ae57e4bf68d
tree0dc59ee4c3ca6bd5a306aa7ae90dd5c6896f0dc0
parentefdab8232eba7bb68fafb8c3ce8c7ddb150e8894
Add pages to show recent comments.
12 files changed:
backend/builds.py
backend/logs.py
backend/users.py
data/templates/build-index.html
data/templates/builds/comments.html [new file with mode: 0644]
data/templates/modules/log-entry-comment.html
data/templates/modules/log-entry.html
data/templates/user-profile.html
web/__init__.py
web/handlers_builds.py
web/handlers_users.py
web/ui_modules.py