mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-12-12 19:16:40 +00:00
UI - Difference page - Tweak 'preview' page invite text
This commit is contained in:
@@ -121,7 +121,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if left_sticky %}
|
{% if left_sticky %}
|
||||||
<div class="sticky-tab" id="left-sticky">
|
<div class="sticky-tab" id="left-sticky">
|
||||||
<a href="{{url_for('preview_page', uuid=uuid)}}">Show current snapshot</a>
|
<a href="{{url_for('preview_page', uuid=uuid)}}">Show current snapshot</a><br>
|
||||||
|
Visualise <strong>triggers</strong> and <strong>ignored text</strong>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if right_sticky %}
|
{% if right_sticky %}
|
||||||
|
|||||||
@@ -88,8 +88,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane-inner" id="text">
|
<div class="tab-pane-inner" id="text">
|
||||||
<div class="tip">Pro-tip: Use <strong>show current snapshot</strong> tab to visualise what will be ignored, highlight text to add to ignore filters</div>
|
|
||||||
|
|
||||||
{% if password_enabled_and_share_is_off %}
|
{% if password_enabled_and_share_is_off %}
|
||||||
<div class="tip">Pro-tip: You can enable <strong>"share access when password is enabled"</strong> from settings</div>
|
<div class="tip">Pro-tip: You can enable <strong>"share access when password is enabled"</strong> from settings</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user