Browse Source

reformat markdown code

Bastien Sevajol 6 years ago
parent
commit
2aaf727062
No account linked to committer's email
1 changed files with 2 additions and 2 deletions
  1. 2 2
      backend/doc/roles.md

+ 2 - 2
backend/doc/roles.md View File

9
 
9
 
10
 |                               | Normal User | Managers    | Admin          |
10
 |                               | Normal User | Managers    | Admin          |
11
 |-------------------------------|-------------|-------------|----------------|
11
 |-------------------------------|-------------|-------------|----------------|
12
-| slug                            | users       | managers    | administrators |
12
+| slug                          | users       | managers    | administrators |
13
 |-------------------------------|-------------|-------------|---------|
13
 |-------------------------------|-------------|-------------|---------|
14
 
14
 
15
 
15
 
20
 |-------------------------------|-------------|-------------|---------|
20
 |-------------------------------|-------------|-------------|---------|
21
 | create workspace              |  no         | yes         | yes     |
21
 | create workspace              |  no         | yes         | yes     |
22
 | invite user to tracim         |  no         | yes, if manager of a given workspace         | yes     |
22
 | invite user to tracim         |  no         | yes, if manager of a given workspace         | yes     |
23
-  delete workspace              |  no         | yes, if manager of a given workspace         | yes     |
23
+| delete workspace              |  no         | yes, if manager of a given workspace         | yes     |
24
 |-------------------------------|-------------|-------------|---------|
24
 |-------------------------------|-------------|-------------|---------|
25
 | set user global profile rights|  no         | no          | yes     |
25
 | set user global profile rights|  no         | no          | yes     |
26
 | deactivate user               |  no         | no          | yes     |
26
 | deactivate user               |  no         | no          | yes     |