Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Frandeboeuf
kresus
Commits
38eb0ea4
Commit
38eb0ea4
authored
Jun 21, 2017
by
Nicolas Frandeboeuf
Browse files
Fix settings buttons/icons inconsistency (fix #571)
parent
c57fe839
Pipeline
#17520
passed with stage
in 2 minutes and 42 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
client/components/settings/bank-accesses/add-operation-modal.js
View file @
38eb0ea4
...
...
@@ -173,7 +173,7 @@ class AddOperationModal extends React.Component {
<
input
type
=
"
submit
"
form
=
{
`formAddOperation
${
this
.
props
.
account
.
id
}
`
}
className
=
"
btn btn-
warning
"
className
=
"
btn btn-
success
"
value
=
{
$t
(
'
client.addoperationmodal.submit
'
)
}
disabled
=
{
!
this
.
submitIsEnabled
()
}
/
>
...
...
client/components/settings/bank-accesses/form.js
View file @
38eb0ea4
...
...
@@ -97,7 +97,7 @@ class NewBankForm extends React.Component {
<
div
className
=
"
panel-options
"
>
<
span
className
=
{
`option-legend fa fa-
${
expanded
?
'
minus
'
:
'
plus
'
}
-
circl
e`
}
'
minus
'
:
'
plus
'
}
-
squar
e`
}
aria
-
label
=
"
add
"
title
=
{
$t
(
'
client.settings.add_bank_button
'
)
}
/
>
...
...
client/components/settings/emails/config.js
View file @
38eb0ea4
...
...
@@ -232,7 +232,7 @@ class EmailConfig extends React.Component {
<
div
className
=
"
btn-toolbar pull-right
"
>
<
input
type
=
"
button
"
className
=
"
btn btn-
warning
"
className
=
"
btn btn-
default
"
disabled
=
{
this
.
props
.
sendingEmail
}
onClick
=
{
this
.
handleSendTestEmail
}
value
=
{
$t
(
'
client.settings.emails.send_test_email
'
)
}
...
...
@@ -270,7 +270,7 @@ class EmailConfig extends React.Component {
<
div
className
=
"
panel-options
"
>
<
span
className
=
{
`option-legend fa fa-
${
expanded
?
'
minus
'
:
'
plus
'
}
-
circl
e`
}
className
=
{
`option-legend fa fa-
${
expanded
?
'
minus
'
:
'
plus
'
}
-
squar
e`
}
aria
-
label
=
"
set
"
title
=
{
$t
(
'
client.settings.emails.config_toggle
'
)
}
/
>
...
...
Write
Preview
Supports
Markdown
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