mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
11 lines
422 B
HTML
11 lines
422 B
HTML
{{- $params := .Scratch.Get "params" -}}
|
|
|
|
<!-- TODO UI style -->
|
|
<div class="fixit-decryptor-container">
|
|
{{- $msg := $params.message | default (T "encryptedMessage") -}}
|
|
<label for="fixit-decryptor-input" title="{{ $msg }}">
|
|
<input type="password" id="fixit-decryptor-input" class="d-none" placeholder="{{ $msg }}" />
|
|
</label>
|
|
<button class="fixit-encryptor-btn d-none">{{ T "encryptyAgain" }}</button>
|
|
</div>
|