Commit 7a666d25 authored by Keith Harris's avatar Keith Harris

display permissions as a table

parent d3c429ed
...@@ -2,65 +2,160 @@ ...@@ -2,65 +2,160 @@
%h3.page-title Permissions %h3.page-title Permissions
%br %br
%fieldset %table
%legend Guest %thead
%ul %tr
%li Create new issue %td
%li Leave comments %td Guest
%li Write on project wall %td Reporter
%td Developer
%fieldset %td Master
%legend Reporter %td Owner
%ul %tbody
%li Create new issue %tr
%li Leave comments %td Create new issue
%li Write on project wall %td X
%li Pull project code %td X
%li Download project %td X
%li Create a code snippets %td X
%td
%tr
%fieldset %td Leave comments
%legend Developer %td X
%ul %td X
%li Create new issue %td X
%li Leave comments %td X
%li Write on project wall %td
%li Pull project code %tr
%li Download project %td Write on project wall
%li Create new merge request %td X
%li Create a code snippets %td X
%li Create new branches %td X
%li Push to non-protected branches %td X
%li Remove non-protected branches %td
%li Add tags %tr
%li Write a wiki %td Pull project code
%td
%fieldset %td X
%legend Master %td X
%ul %td X
%li Create new issue %td
%li Leave comments %tr
%li Write on project wall %td Download project
%li Pull project code %td
%li Download project %td X
%li Create new merge request %td X
%li Create a code snippets %td X
%li Create new branches %td
%li Push to non-protected branches %tr
%li Remove non-protected branches %td Create code snippets
%li Add tags %td
%li Write a wiki %td X
%li Add new team members %td X
%li Push to protected branches %td X
%li Remove protected branches %td
%li Edit project %tr
%li Add Deploy Keys to project %td Create new merge request
%li Configure Project Hooks %td
%td
%fieldset %td X
%legend Owner %td X
%ul %td
%li Switch public mode %tr
%li Transfer project to another namespace %td Create new branches
%li Remove project %td
%td
%td X
%td X
%td
%tr
%td Push to non-protected branches
%td
%td
%td X
%td X
%td
%tr
%td Remove non-protected branches
%td
%td
%td X
%td X
%td
%tr
%td Add tags
%td
%td
%td X
%td X
%td
%tr
%td Write a wiki
%td
%td
%td X
%td X
%td
%tr
%td Add new team members
%td
%td
%td
%td X
%td
%tr
%td Push to protected branches
%td
%td
%td
%td X
%td
%tr
%td Remove protected branches
%td
%td
%td
%td X
%td
%tr
%td Edit project
%td
%td
%td
%td X
%td
%tr
%td Add Deploy Keys to project
%td
%td
%td
%td X
%td
%tr
%td Configure Project Hooks
%td
%td
%td
%td X
%td
%tr
%td Switch public mode
%td
%td
%td
%td
%td X
%tr
%td Transfer project to another namespace
%td
%td
%td
%td
%td X
%tr
%td Remove project
%td
%td
%td
%td
%td X
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment