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
49f02b8c
Commit
49f02b8c
authored
Jun 14, 2019
by
Scott Hampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix i18n for filter placeholder
The word `filter` needed to be translated.
parent
68b6a033
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/app/views/admin/application_settings/_required_instance_ci_setting.html.haml
...lication_settings/_required_instance_ci_setting.html.haml
+1
-1
No files found.
ee/app/views/admin/application_settings/_required_instance_ci_setting.html.haml
View file @
49f02b8c
...
...
@@ -19,7 +19,7 @@
%fieldset
.form-group
=
f
.
label
:required_instance_ci_template
,
s_
(
'AdminSettings|Select a pipeline configuration file'
),
class:
'text-muted'
=
dropdown_tag
(
s_
(
'AdminSettings|No required pipeline'
),
options:
{
toggle_class:
'js-ci-template-dropdown dropdown-select'
,
title:
s_
(
'AdminSettings|Select a template'
),
filter:
true
,
placeholder:
"Filter"
,
data:
{
data:
gitlab_ci_ymls
(
nil
)
}
}
)
=
dropdown_tag
(
s_
(
'AdminSettings|No required pipeline'
),
options:
{
toggle_class:
'js-ci-template-dropdown dropdown-select'
,
title:
s_
(
'AdminSettings|Select a template'
),
filter:
true
,
placeholder:
_
(
"Filter"
)
,
data:
{
data:
gitlab_ci_ymls
(
nil
)
}
}
)
=
f
.
text_field
:required_instance_ci_template
,
value:
@application_setting
.
required_instance_ci_template
,
id:
'required_instance_ci_template_name'
,
class:
'hidden'
=
f
.
submit
_
(
'Save changes'
),
class:
"btn btn-success"
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