mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-05-12 04:31:06 +00:00
13 lines
549 B
HTML
13 lines
549 B
HTML
<ul id="highlightSnippetActions">
|
|
<li>
|
|
<button class="pure-button pure-button-primary" onclick="diffToJpeg()" title="{{ _('Share diff as image') }}">{{ _('Share as Image') }}</button>
|
|
</li>
|
|
<li>
|
|
<a class="pure-button pure-button-primary" data-mode="exact" href="javascript:void(0);">{{ _('Ignore any lines matching') }}</a>
|
|
</li>
|
|
<li>
|
|
<a class="pure-button pure-button-primary" data-mode="digit-regex" href="javascript:void(0);" >{{ _('Ignore any lines matching excluding digits') }}</a>
|
|
</li>
|
|
</ul>
|
|
|