summaryrefslogtreecommitdiff
path: root/views/index.html
Commit message (Collapse)AuthorAgeFilesLines
* views: Improve display on mobile browsersAlberto Bertogli2015-11-181-4/+4
| | | | | | | | | | 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>
* Show the age of a repository in the index, via javascriptAlberto Bertogli2013-11-021-1/+3
| | | | | | | | | This patch adds the age of the repository to the index view, using javascript to give a nice human string for the age. When javascript is not available, the element remains hidden. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
* Initial commit0.01Alberto Bertogli2012-11-101-0/+29
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>