Remove parentheses

This commit is contained in:
Yarden Shoham 2022-11-04 13:31:56 +00:00
parent a0c1ff2290
commit 6a73e1f5af

View file

@ -58,7 +58,7 @@
<a class="ui mini basic button unescape-button" style="display: none;">{{.locale.Tr "repo.unescape_control_characters"}}</a>
<a class="ui mini basic button escape-button">{{.locale.Tr "repo.escape_control_characters"}}</a>
{{end}}
<button class="ui mini basic button compact tooltip" id="copy-file-content" data-content="{{.locale.Tr "copy_content"}}" aria-label="{{.locale.Tr "copy_content"}}"{{if or (.IsMarkup) (.IsRenderedHTML) (not .IsTextSource)}} disabled{{end}}>
<button class="ui mini basic button compact tooltip" id="copy-file-content" data-content="{{.locale.Tr "copy_content"}}" aria-label="{{.locale.Tr "copy_content"}}"{{if or .IsMarkup .IsRenderedHTML (not .IsTextSource)}} disabled{{end}}>
{{svg "octicon-copy" 14}}
</button>
</div>