summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_tags/show.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Use shared protected tag views for CE-partialsbvl-shared-views-for-protected-refsBob Van Landuyt2017-07-141-1/+1
| | | | So they are reusable for EE later
* Backport EE refactorings for Protected Tag EE-only functionalityjej-backport-protected-tag-ee-role-refactoringsJames Edwards-Jones2017-05-311-1/+1
| | | | Improvements and refactorings were made while adding role based permissions for protected tags to EE. This doesn’t backport the feature, but should improve code quality and minimize divergence.
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-1/+1
|
* Protected Tags backend review changesJames Edwards-Jones2017-04-061-4/+4
| | | Added changelog
* Added ProtectedTags#show pageJames Edwards-Jones2017-03-311-0/+25
Uncommented protected tags feature specs copied from protected branches