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
6532eb1c
Commit
6532eb1c
authored
Nov 10, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add capitalize-header class to the projects dropdown on EE
parent
b1a2b6c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/projects/protected_tags/_create_protected_tag.html.haml
...s/projects/protected_tags/_create_protected_tag.html.haml
+1
-1
ee/app/views/projects/protected_tags/ee/_create_protected_tag.html.haml
...rojects/protected_tags/ee/_create_protected_tag.html.haml
+1
-1
No files found.
app/views/projects/protected_tags/_create_protected_tag.html.haml
View file @
6532eb1c
...
...
@@ -2,7 +2,7 @@
.create_access_levels-container
=
dropdown_tag
(
'Select'
,
options:
{
toggle_class:
'js-allowed-to-create wide'
,
dropdown_class:
'dropdown-menu-selectable'
,
dropdown_class:
'dropdown-menu-selectable
capitalize-header
'
,
data:
{
field_name:
'protected_tag[create_access_levels_attributes][0][access_level]'
,
input_id:
'create_access_levels_attributes'
}})
=
render
'projects/protected_tags/shared/create_protected_tag'
ee/app/views/projects/protected_tags/ee/_create_protected_tag.html.haml
View file @
6532eb1c
...
...
@@ -2,7 +2,7 @@
.create_access_levels-container
=
dropdown_tag
(
'Select'
,
options:
{
toggle_class:
'js-allowed-to-create js-multiselect wide'
,
dropdown_class:
'dropdown-menu-user dropdown-menu-selectable'
,
filter:
true
,
dropdown_class:
'dropdown-menu-user dropdown-menu-selectable
capitalize-header
'
,
filter:
true
,
data:
{
input_id:
'create_access_levels_attributes'
,
default_label:
'Select'
}
})
.help-block
Only groups that
...
...
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