Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a8aae965
Commit
a8aae965
authored
Nov 04, 2021
by
Ezekiel Kigbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move groups settings helper to EE and update spec
parent
dfb0e258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/helpers/ee/groups/settings_helper.rb
ee/app/helpers/ee/groups/settings_helper.rb
+1
-1
ee/spec/helpers/ee/groups/settings_helper_spec.rb
ee/spec/helpers/ee/groups/settings_helper_spec.rb
+1
-1
No files found.
ee/app/helpers/groups/settings_helper.rb
→
ee/app/helpers/
ee/
groups/settings_helper.rb
View file @
a8aae965
# frozen_string_literal: true
module
Groups
module
EE::
Groups
module
SettingsHelper
def
delayed_project_removal_help_text
html_escape
(
delayed_project_removal_i18n_string
)
%
{
...
...
ee/spec/helpers/groups/settings_helper_spec.rb
→
ee/spec/helpers/
ee/
groups/settings_helper_spec.rb
View file @
a8aae965
...
...
@@ -2,7 +2,7 @@
require
'spec_helper'
RSpec
.
describe
Groups
::
SettingsHelper
do
RSpec
.
describe
EE
::
Groups
::
SettingsHelper
do
include
AdminModeHelper
let_it_be
(
:user
)
{
create
(
:user
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment