Remove parentheses
This commit is contained in:
parent
a0c1ff2290
commit
6a73e1f5af
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue