File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
<a class="ui mini basic button unescape-button" style="display: none;">{{.locale.Tr "repo.unescape_control_characters"}}</a>
59
59
<a class="ui mini basic button escape-button">{{.locale.Tr "repo.escape_control_characters"}}</a>
60
60
{{end}}
61
- <button class="ui mini basic button small compact tooltip" id="copy-file-content" data-content="{{.locale.Tr "copy_content"}}" aria-label="{{.locale.Tr "copy_content"}}"
62
- {{if or (.IsMarkup) (.IsRenderedHTML) (not .IsTextSource)}}
63
- disabled
64
- {{end}}
61
+ <button class="ui mini basic button compact tooltip" id="copy-file-content" data-content="{{.locale.Tr "copy_content"}}" aria-label="{{.locale.Tr "copy_content"}}"
62
+ {{if or (.IsMarkup) (.IsRenderedHTML) (not .IsTextSource)}}
63
+ disabled
64
+ {{end}}
65
65
>
66
66
{{svg "octicon-copy" 14}}
67
67
</button>
You can’t perform that action at this time.
0 commit comments