mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 09:36:18 +00:00
9b3ca525ee
Routes are now rationalised, too.
10 lines
465 B
Plaintext
10 lines
465 B
Plaintext
title: $:/plugins/tiddlywiki/multiwikiclient/syncer-actions/refresh
|
|
tags: $:/tags/SyncerDropdown
|
|
|
|
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
|
|
<$button tooltip="Get latest changes from the server" aria-label="Refresh from server" class="tc-btn-invisible">
|
|
<$action-sendmessage $message="tm-server-refresh"/>
|
|
{{$:/core/images/refresh-button}}<span class="tc-btn-text"><$text text="Get latest changes from the server"/></span>
|
|
</$button>
|
|
</$reveal>
|