stable

Clone or download

Read-only

Add administration link to repository card

this is part of story #10408 have a burning parrot git repository list How to test: - have several repsotiories in a project - forge your url to /plugin/git/<projectname>/ If you are Git administrator a link enables you to access to repository administration If not no link is displayed Change-Id: I33ac116ea736ebe61738e6f5593b1ecded0f7aaa

Modified Files

Name
M plugins/git/include/Git/RepositoryList/GitRepositoryListController.php +19 −6 Go to diff View file
M plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php +6 −1 Go to diff View file
M plugins/git/include/gitPlugin.class.php +5 −1 Go to diff View file
M plugins/git/templates/repositories/repository-list.mustache +1 −0 Go to diff View file
M plugins/git/www/scripts/repositories/po/fr.po +3 −0 Go to diff View file
M plugins/git/www/scripts/repositories/po/template.pot +3 −0 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitBreadcrumbs.vue +33 −25 Go to diff View file
M plugins/git/www/scripts/repositories/src/GitRepository.vue +19 −1 Go to diff View file
M plugins/git/www/scripts/repositories/src/index.js +4 −2 Go to diff View file
M plugins/git/www/scripts/repositories/src/repository-list-presenter.js +10 −1 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/_git-repositories.scss +9 −3 Go to diff View file