summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/branches.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix and simplify repo branches UI (#1435)Morlinest2017-04-061-24/+20
|
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-72/+68
|
* fix 500 caused by branches settings introduced by #1198 (#1214)Lunny Xiao2017-03-121-4/+4
|
* Make strings translatable (#1188) (#1198)Patrick G2017-03-111-7/+5
| | | | | | * Add strings to ini * Make strings translatable (#1188)
* Protected branches system (#339)Denis Denisov2017-02-211-0/+91
* Protected branches system * Moved default branch to branches section (`:org/:reponame/settings/branches`). * Initial support Protected Branch. - Admin does not restrict - Owner not to limit - To write permission restrictions * reformat tmpl * finished the UI and add/delete protected branch response * remove unused comment * indent all the template files and remove ru translations since we use crowdin * fix the push bug