diff options
Diffstat (limited to 'views/commit-list.html')
-rw-r--r-- | views/commit-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/commit-list.html b/views/commit-list.html index 3af9838..94f1dd0 100644 --- a/views/commit-list.html +++ b/views/commit-list.html @@ -16,7 +16,7 @@ % end % end -<table class="nice commits"> +<table class="nice commits" id="commits"> % refs = repo.refs() % if not defined("commits"): |