diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-12-29 13:58:33 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-12-29 13:58:33 +0100 |
commit | 7b456d133edd044b5b6a2a1424de27813526b757 (patch) | |
tree | e428b5e5a91fb47c8cf7530603f81d4855b61f8b | |
parent | 6aec286fca169502edd4c643a6d2202a012fa142 (diff) | |
parent | 675704f4bb990cb8d2451adb2f81baf1e34e1f40 (diff) | |
download | gitlab-ce-7b456d133edd044b5b6a2a1424de27813526b757.tar.gz |
Merge pull request #8504 from cirosantilli/permissions-style
permission.md align table, rm double empty line
-rw-r--r-- | doc/permissions/permissions.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index e21384d21dc..912db9d76f6 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -8,7 +8,6 @@ If a user is a GitLab administrator they receive all permissions. ## Project - | Action | Guest | Reporter | Developer | Master | Owner | |---------------------------------------|---------|------------|-------------|----------|--------| | Create new issue | ✓ | ✓ | ✓ | ✓ | ✓ | @@ -37,7 +36,7 @@ If a user is a GitLab administrator they receive all permissions. | Transfer project to another namespace | | | | | ✓ | | Remove project | | | | | ✓ | | Force push to protected branches | | | | | | -| Remove protected branches | | | | | | +| Remove protected branches | | | | | | ## Group |