stable

Clone or download

Read-only

Display time of commit from now in selector

Part of story #10414: have a branch/tag selector Now we know if the current branch/tag has been committed recently or not. Change-Id: Iac41a9f3da9b318b33192fe41fde86490bf59c93

Modified Files

Name
M plugins/git/include/Git/Repository/View/FilesHeaderPresenter.php +4 −1 Go to diff View file
M plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php +10 −12 Go to diff View file
M plugins/git/phpunit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php +15 −0 Go to diff View file
M plugins/git/templates/repository/files/header.mustache +2 −0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector.js +45 −0 Go to diff View file
M plugins/git/www/scripts/repository/index.js +2 −0 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/repository/_repository.scss +12 −0 Go to diff View file