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
b505557d
Commit
b505557d
authored
Mar 27, 2018
by
André Luís
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add i18n to System messages form
parent
6055efcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
ee/app/views/admin/appearances/_system_header_footer_form.html.haml
...ws/admin/appearances/_system_header_footer_form.html.haml
+6
-6
No files found.
ee/app/views/admin/appearances/_system_header_footer_form.html.haml
View file @
b505557d
...
...
@@ -2,23 +2,23 @@
%fieldset
.system_header_footer
%legend
System header and footer:
=
_
(
'System header and footer:'
)
.form-group
=
form
.
label
:header_message
,
'Header message'
,
class:
'control-label'
=
form
.
label
:header_message
,
_
(
'Header message'
)
,
class:
'control-label'
.col-sm-10
=
form
.
text_area
:header_message
,
placeholder:
'State your message to activate'
,
class:
"form-control js-autosize"
=
form
.
text_area
:header_message
,
placeholder:
_
(
'State your message to activate'
)
,
class:
"form-control js-autosize"
.form-group
=
form
.
label
:footer_message
,
'Footer message'
,
class:
'control-label'
.col-sm-10
=
form
.
text_area
:footer_message
,
placeholder:
'State your message to activate'
,
class:
"form-control js-autosize"
=
form
.
text_area
:footer_message
,
placeholder:
_
(
'State your message to activate'
)
,
class:
"form-control js-autosize"
.form-group.js-toggle-colors-container
.col-sm-10.col-sm-offset-2
=
link_to
'Customize colors'
,
'#'
,
class:
'js-toggle-colors-link'
.form-group.js-toggle-colors-container.hide
=
form
.
label
:background_color
,
"Background Color"
,
class:
'control-label'
=
form
.
label
:background_color
,
_
(
'Background Color'
)
,
class:
'control-label'
.col-sm-10
=
form
.
color_field
:background_color
,
class:
"form-control"
.form-group.js-toggle-colors-container.hide
=
form
.
label
:font_color
,
"Font Color"
,
class:
'control-label'
=
form
.
label
:font_color
,
_
(
'Font Color'
)
,
class:
'control-label'
.col-sm-10
=
form
.
color_field
:font_color
,
class:
"form-control"
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