Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GitLab Community Edition
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
13,963
Issues
13,963
List
Boards
Labels
Service Desk
Milestones
Merge Requests
802
Merge Requests
802
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
GitLab Community Edition
Commits
c3be5cf5
Commit
c3be5cf5
authored
Sep 05, 2018
by
Martin Wortschack
🐻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix qa selector
parent
e11053d0
Pipeline
#29447957
failed with stages
in 118 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
repository.html.haml
app/views/admin/application_settings/repository.html.haml
+1
-1
show.html.haml
app/views/admin/application_settings/show.html.haml
+1
-1
main.rb
qa/qa/page/admin/settings/main.rb
+3
-2
No files found.
app/views/admin/application_settings/repository.html.haml
View file @
c3be5cf5
...
...
@@ -14,7 +14,7 @@
.settings-content
=
render
partial:
'repository_mirrors_form'
%section
.
qa-repository-storage-settings.
settings.as-repository-storage.no-animate
#js-repository-storage-settings
{
class:
(
'expanded'
if
expanded
)
}
%section
.settings.as-repository-storage.no-animate
#js-repository-storage-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
=
_
(
'Repository storage'
)
...
...
app/views/admin/application_settings/show.html.haml
View file @
c3be5cf5
...
...
@@ -47,7 +47,7 @@
.settings-content
=
render
'signin'
%section
.settings.as-terms.no-animate
#js-terms-settings
{
class:
(
'expanded'
if
expanded
)
}
%section
.
qa-terms-settings.
settings.as-terms.no-animate
#js-terms-settings
{
class:
(
'expanded'
if
expanded
)
}
.settings-header
%h4
=
_
(
'Terms of Service and Privacy Policy'
)
...
...
qa/qa/page/admin/settings/main.rb
View file @
c3be5cf5
...
...
@@ -6,11 +6,12 @@ module QA
include
QA
::
Page
::
Settings
::
Common
view
'app/views/admin/application_settings/show.html.haml'
do
element
:
repository_storage
_settings
element
:
terms
_settings
end
def
expand_repository_storage
(
&
block
)
expand_section
(
:repository_storage_settings
)
do
expand_section
(
:terms_settings
)
do
RepositoryStorage
.
perform
(
&
block
)
end
end
...
...
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