You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: app/views/groups/modal-game.jade
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@
11
11
.modal-body
12
12
table.table.table-striped.table-bordered
13
13
thead: tr
14
-
th.text-centerNormal
14
+
th.text-centerRead
15
15
|
16
16
a(href="#"data-placement="top"data-toggle="popover"data-trigger="focus"data-content="Group can access games but not edit or add releases")
17
17
span.glyphicon.glyphicon-question-sign
18
-
th.text-centerProducer
18
+
th.text-centerWrite
19
19
|
20
20
a(href="#"data-placement="top"data-toggle="popover"data-trigger="focus"data-content="Group can manage releases and game properties")
21
21
span.glyphicon.glyphicon-question-sign
22
22
th.text-center Admin
23
23
|
24
-
a(href="#"data-placement="top"data-toggle="popover"data-trigger="focus"data-content="Group has Producer privileges but can manage game privileges as well")
24
+
a(href="#"data-placement="top"data-toggle="popover"data-trigger="focus"data-content="Group has write access and can manage game privileges")
0 commit comments