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
Luc Didry
kresus
Commits
57f79704
Commit
57f79704
authored
Feb 28, 2019
by
Nicolas Frandeboeuf
Browse files
Add title text to sync button
parent
3308f0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/components/operations/sync-button.js
View file @
57f79704
...
...
@@ -31,7 +31,12 @@ const Export = connect(
if
(
props
.
canBeSynced
)
{
return
(
<
button
type
=
"
button
"
onClick
=
{
props
.
handleSync
}
className
=
"
btn transparent
"
>
<
button
type
=
"
button
"
onClick
=
{
props
.
handleSync
}
title
=
{
$t
(
'
client.operations.sync_now
'
)}
aria
-
label
=
{
$t
(
'
client.operations.sync_now
'
)}
className
=
"
btn transparent
"
>
{
lastSyncText
}
<
span
className
=
"
fa fa-refresh
"
/>
<
/button
>
...
...
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