summaryrefslogtreecommitdiff
path: root/app/views/groups/settings
diff options
context:
space:
mode:
authorArun Kumar Mohan <arunmohandm@gmail.com>2019-08-28 02:16:29 -0500
committerArun Kumar Mohan <arunmohandm@gmail.com>2019-08-28 02:42:05 -0500
commit65272b9e546308b999156a48801acb4b577d4f98 (patch)
tree9754b51d7a7e7592c53ed7fe191383c7c36f49d8 /app/views/groups/settings
parentc7d12e602120bc0ec801b9696c7ac344dda10fc4 (diff)
downloadgitlab-ce-65272b9e546308b999156a48801acb4b577d4f98.tar.gz
Remove unnecessary CSS class
Diffstat (limited to 'app/views/groups/settings')
-rw-r--r--app/views/groups/settings/_permissions.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/_permissions.html.haml b/app/views/groups/settings/_permissions.html.haml
index 94a938021f9..f5ba10c107c 100644
--- a/app/views/groups/settings/_permissions.html.haml
+++ b/app/views/groups/settings/_permissions.html.haml
@@ -14,7 +14,7 @@
%span.d-block
- group_link = link_to @group.name, group_path(@group)
= s_('GroupSettings|Prevent sharing a project within %{group} with other groups').html_safe % { group: group_link }
- %span.descr.text-muted= share_with_group_lock_help_text(@group)
+ %span.js-descr.text-muted= share_with_group_lock_help_text(@group)
.form-group.append-bottom-default
.form-check