gitlab-org--gitlab-foss/app/views/projects/protected_branches
Timothy Andrew cebcc417ed Implement final review comments from @rymai.
1. Instantiate `ProtectedBranchesAccessSelect` from `dispatcher`

2. Use `can?(user, ...)` instead of `user.can?(...)`

3. Add `DOWNTIME` notes to all migrations added in !5081.

4. Add an explicit `down` method for migrations removing the
   `developers_can_push` and `developers_can_merge` columns, ensuring that
   the columns created (on rollback) have the appropriate defaults.

5. Remove duplicate CHANGELOG entries.

6. Blank lines after guard clauses.
2016-07-29 15:20:39 +05:30
..
_branches_list.html.haml Implement final review comments from @rymai. 2016-07-29 15:20:39 +05:30
_dropdown.html.haml Use the `GLDropdown` component to select protected branches. 2016-07-07 10:07:05 +05:30
_matching_branch.html.haml Modify the frontend for wildcard protected branches. 2016-07-05 10:50:34 +05:30
_protected_branch.html.haml Use `Gitlab::Access` to protected branch access levels. 2016-07-29 15:20:39 +05:30
index.html.haml Implement final review comments from @rymai. 2016-07-29 15:20:39 +05:30
show.html.haml Modify the frontend for wildcard protected branches. 2016-07-05 10:50:34 +05:30