2022-01-11 12:18:52 -05:00
|
|
|
{{if .EscapeStatus}}
|
2022-08-13 14:32:34 -04:00
|
|
|
{{if .EscapeStatus.HasInvisible}}
|
2023-08-03 10:16:06 -04:00
|
|
|
<div class="ui warning message unicode-escape-prompt gt-text-left">
|
2024-02-01 16:28:50 -05:00
|
|
|
<button class="btn close icon hide-panel" data-panel-closest=".message">{{svg "octicon-x" 16 "close inside"}}</button>
|
2022-01-11 12:18:52 -05:00
|
|
|
<div class="header">
|
2023-09-24 16:31:58 -04:00
|
|
|
{{ctx.Locale.Tr "repo.invisible_runes_header"}}
|
2022-01-11 12:18:52 -05:00
|
|
|
</div>
|
2024-02-22 13:05:47 -05:00
|
|
|
<p>{{ctx.Locale.Tr "repo.invisible_runes_description"}}</p>
|
2022-08-13 14:32:34 -04:00
|
|
|
{{if .EscapeStatus.HasAmbiguous}}
|
2024-02-22 13:05:47 -05:00
|
|
|
<p>{{ctx.Locale.Tr "repo.ambiguous_runes_description"}}</p>
|
2022-08-13 14:32:34 -04:00
|
|
|
{{end}}
|
2022-01-11 12:18:52 -05:00
|
|
|
</div>
|
2022-08-13 14:32:34 -04:00
|
|
|
{{else if .EscapeStatus.HasAmbiguous}}
|
2023-07-08 05:53:56 -04:00
|
|
|
<div class="ui warning message unicode-escape-prompt gt-text-left">
|
2024-02-01 16:28:50 -05:00
|
|
|
<button class="btn close icon hide-panel" data-panel-closest=".message">{{svg "octicon-x" 16 "close inside"}}</button>
|
2022-01-11 12:18:52 -05:00
|
|
|
<div class="header">
|
2023-09-24 16:31:58 -04:00
|
|
|
{{ctx.Locale.Tr "repo.ambiguous_runes_header"}}
|
2022-01-11 12:18:52 -05:00
|
|
|
</div>
|
2024-02-22 13:05:47 -05:00
|
|
|
<p>{{ctx.Locale.Tr "repo.ambiguous_runes_description"}}</p>
|
2022-01-11 12:18:52 -05:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2022-01-06 20:18:52 -05:00
|
|
|
{{end}}
|