aboutsummaryrefslogtreecommitdiff
path: root/views/commit.html
Commit message (Collapse)AuthorAgeFilesLines
* Added dark mode from upstream projectThorsten Ortlepp2024-08-081-0/+2
|
* views: Improve display on mobile browsersAlberto Bertogli2015-11-181-3/+3
| | | | | | | | | | This patch moves the pages to HTML5, and adds some simple meta tags and CSS media constraints so things render better on mobile browsers, while leaving the desktop unaffected. It's still not ideal, though. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Fix committer field in the commit view0.12Alberto Bertogli2013-11-031-4/+4
| | | | | | | The commit view shows the author information in the committer field; this patch fixes it by showing the appropriate fields. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Use heuristics to decide what to colorizeAlberto Bertogli2012-11-181-1/+1
| | | | | | | In practise pygments seems to have a very hard time processing large files and files with long lines, so try to avoid using it in those cases. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Initial commit0.01Alberto Bertogli2012-11-101-0/+72
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>