We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a2df7 commit 2df68cdCopy full SHA for 2df68cd
.env.example
@@ -27,3 +27,4 @@ GATE_VPN_SSL_PVTKEY=
27
NEWRELIC_AGENT_ENABLED=false
28
NEWRELIC_LICENSE_KEY=
29
NEWRELIC_APP_NAME=Gate
30
+GATE_GUARDIAN_URL=
app/views/groups/show.html.slim
@@ -68,6 +68,11 @@
68
br
69
= "*This group does not have any group members" if @group_users.length == 0
70
71
+ - if ENV['GATE_GUARDIAN_URL'].present?
72
+ p
73
+ | Raise access request in
74
+ a href="#{ENV['GATE_GUARDIAN_URL']}" target="_blank" Guardian
75
+ | to join this group
76
- if current_user.admin
77
.h7 Assign members
78
= form_tag add_user_to_group_path(@group.id), method: :post do
0 commit comments