summaryrefslogtreecommitdiff
path: root/app/views/groups
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-08-29 11:35:55 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-29 11:35:55 +0000
commit9bd6f33677d2c7fcffcb5d02397b56ec5a8de01d (patch)
treea485c029f7eb28713ac5bbf64290aa8f9dd1930e /app/views/groups
parent955e23d9564f5b99d97d00f077b21490dca6cd62 (diff)
parent65272b9e546308b999156a48801acb4b577d4f98 (diff)
downloadgitlab-ce-9bd6f33677d2c7fcffcb5d02397b56ec5a8de01d.tar.gz
Merge branch 'chore/unnecessary-css-class-removal' into 'master'
Remove unnecessary CSS class Closes #66163 See merge request gitlab-org/gitlab-ce!32320
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/_group_admin_settings.html.haml2
-rw-r--r--app/views/groups/settings/_permissions.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/_group_admin_settings.html.haml b/app/views/groups/_group_admin_settings.html.haml
index 733cb36cc3d..c3c7d102b28 100644
--- a/app/views/groups/_group_admin_settings.html.haml
+++ b/app/views/groups/_group_admin_settings.html.haml
@@ -9,7 +9,7 @@
Allow projects within this group to use Git LFS
= link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
%br/
- %span.descr This setting can be overridden in each project.
+ %span This setting can be overridden in each project.
.form-group.row
.col-sm-2.col-form-label
= f.label s_('ProjectCreationLevel|Allowed to create projects')
diff --git a/app/views/groups/settings/_permissions.html.haml b/app/views/groups/settings/_permissions.html.haml
index c55730ccd31..4c88660ccb9 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