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
db980f92
Commit
db980f92
authored
Oct 03, 2018
by
Kamil Trzciński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make modal title to be h4
parent
83344881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/views/projects/feature_flags/_configure_feature_flags_modal.html.haml
...ts/feature_flags/_configure_feature_flags_modal.html.haml
+1
-1
ee/app/views/projects/feature_flags/_delete_feature_flag_modal.html.haml
...ojects/feature_flags/_delete_feature_flag_modal.html.haml
+1
-1
No files found.
ee/app/views/projects/feature_flags/_configure_feature_flags_modal.html.haml
View file @
db980f92
...
...
@@ -4,7 +4,7 @@
.modal-dialog
{
role:
'document'
}
.modal-content
.modal-header
%h
5
.modal-title
%h
4
.modal-title
=
s_
(
'FeatureFlags|Configure feature flags'
)
%button
.close
{
type:
'button'
,
data:
{
dismiss:
'modal'
},
aria:
{
label:
_
(
'Close'
)
}
}
%span
{
"aria-hidden"
:
true
}
×
...
...
ee/app/views/projects/feature_flags/_delete_feature_flag_modal.html.haml
View file @
db980f92
...
...
@@ -5,7 +5,7 @@
.modal-dialog
{
role:
'document'
}
.modal-content
.modal-header
%h
5
.modal-title.d-flex.mw-100
%h
4
.modal-title.d-flex.mw-100
-
truncated_feature_flag_name
=
capture
do
%span
.text-truncate.prepend-left-4.append-right-4
=
feature_flag
.
name
=
s_
(
'FeatureFlags|Delete %{feature_flag_name}?'
).
html_safe
%
{
feature_flag_name:
truncated_feature_flag_name
}
...
...
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