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
4a8c5c41
Commit
4a8c5c41
authored
Jun 08, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update settings panel default states to use "collapse" instead of "close"
parent
e191c17e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
app/views/projects/deploy_keys/_index.html.haml
app/views/projects/deploy_keys/_index.html.haml
+1
-1
app/views/projects/mirrors/_show.html.haml
app/views/projects/mirrors/_show.html.haml
+2
-2
app/views/projects/protected_branches/_index.html.haml
app/views/projects/protected_branches/_index.html.haml
+1
-1
app/views/projects/protected_tags/_index.html.haml
app/views/projects/protected_tags/_index.html.haml
+1
-1
app/views/projects/push_rules/_index.html.haml
app/views/projects/push_rules/_index.html.haml
+1
-1
No files found.
app/views/projects/deploy_keys/_index.html.haml
View file @
4a8c5c41
...
...
@@ -4,7 +4,7 @@
%h4
Deploy Keys
%button
.btn.js-settings-toggle
=
expanded
?
'C
lo
se'
:
'Expand'
=
expanded
?
'C
ollap
se'
:
'Expand'
%p
Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one.
.settings-content.no-animate
{
class:
(
'expanded'
if
expanded
)
}
...
...
app/views/projects/mirrors/_show.html.haml
View file @
4a8c5c41
...
...
@@ -4,7 +4,7 @@
%h4
Pull from a remote repository
%button
.btn.js-settings-toggle
=
expanded
?
'C
lo
se'
:
'Expand'
=
expanded
?
'C
ollap
se'
:
'Expand'
%p
Set up your project to automatically have its branches, tags, and commits
updated from an upstream repository every hour.
...
...
@@ -53,7 +53,7 @@
%h4
Push to a remote repository
%button
.btn.js-settings-toggle
=
expanded
?
'C
lo
se'
:
'Expand'
=
expanded
?
'C
ollap
se'
:
'Expand'
%p
Set up the remote repository that you want to update with the content of the current repository
every time someone pushes to it.
...
...
app/views/projects/protected_branches/_index.html.haml
View file @
4a8c5c41
...
...
@@ -7,7 +7,7 @@
%h4
Protected Branches
%button
.btn.js-settings-toggle
=
expanded
?
'C
lo
se'
:
'Expand'
=
expanded
?
'C
ollap
se'
:
'Expand'
%p
Keep stable branches secure and force developers to use merge requests.
.settings-content.no-animate
{
class:
(
'expanded'
if
expanded
)
}
...
...
app/views/projects/protected_tags/_index.html.haml
View file @
4a8c5c41
...
...
@@ -7,7 +7,7 @@
%h4
Protected Tags
%button
.btn.js-settings-toggle
=
expanded
?
'C
lo
se'
:
'Expand'
=
expanded
?
'C
ollap
se'
:
'Expand'
%p
Limit access to creating and updating tags.
.settings-content.no-animate
{
class:
(
'expanded'
if
expanded
)
}
...
...
app/views/projects/push_rules/_index.html.haml
View file @
4a8c5c41
...
...
@@ -4,7 +4,7 @@
%h4
Push Rules
%button
.btn.js-settings-toggle
=
expanded
?
'C
lo
se'
:
'Expand'
=
expanded
?
'C
ollap
se'
:
'Expand'
%p
Push Rules outline what is accepted for this project.
.settings-content.no-animate
{
class:
(
'expanded'
if
expanded
)
}
...
...
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