mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 07:11:08 +00:00
The ignoreDelete warning code originally comprised of two sentences, which in total were much longer than the current one. Because of that, some additional fixes were added to make it present itself better, e.g. white-space was set to normal to allow for text wrap on narrow screens, and the help link was moved to a new line to make sure both the anchor and the question mark always stayed together. However, the code fixes remained despite the final text being much shorter than the original. Therefore, remove the unnecessary white-space formatting, and also move the help link right next to the warning. This makes it clear that the link is related to this particular warning when both it and the ignore patterns warning are displayed at the same time. Ref: https://github.com/syncthing/syncthing/pull/8054#issuecomment-978148117 Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
This commit is contained in:
parent
7b0fbb6fef
commit
1794d45ff3
@ -430,9 +430,10 @@
|
||||
</div>
|
||||
<div ng-if="folder.ignoreDelete">
|
||||
<i class="small">
|
||||
<span translate style="white-space: normal;">Altered by ignoring deletes.</span>
|
||||
<br>
|
||||
<a href="{{docsURL('advanced/folder-ignoredelete')}}" target="_blank"><span class="fas fa-question-circle"></span> <span translate>Help</span></a>
|
||||
<span translate>Altered by ignoring deletes.</span>
|
||||
<a href="{{docsURL('advanced/folder-ignoredelete')}}" target="_blank">
|
||||
<span class="fas fa-question-circle"></span> <span translate>Help</span>
|
||||
</a>
|
||||
</i>
|
||||
</div>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user