aboutsummaryrefslogtreecommitdiff
path: root/static/git-arr.js
Commit message (Collapse)AuthorAgeFilesLines
* views: In the summary, make the sections toggableAlberto Bertogli2017-08-271-0/+10
| | | | | | As an experiment, make the sections of the summary to be toggable. This can help readability, although it's unclear if it's worth the additional complexity and could be removed later.
* Show the age of a repository in the index, via javascriptAlberto Bertogli2013-11-021-0/+63
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>