diff --git a/app/views/settings/security/recovery_keys.haml b/app/views/settings/security/recovery_keys.haml index ef58cec4..c09e9164 100644 --- a/app/views/settings/security/recovery_keys.haml +++ b/app/views/settings/security/recovery_keys.haml @@ -11,13 +11,13 @@ - @recovery_keys.each do |key| %li %code= key.code - .d-none.d-print-block= "These codes were generated #{Time.now.strftime("%F at %T %Z")}" + .d-none.d-print-block These codes were generated #{Time.now.strftime('%F at %T %Z')} .card-footer.d-print-none We recommend storing these in a password manager or printing them out on paper. %br - %a.btn{onclick: 'print()'} + %a.btn{ onclick: 'print()' } %i.fa.fa-print Print .d-none.d-print-block.text-success %i.fa.fa-tree - Please consider the environment before printing this page. \ No newline at end of file + Please consider the environment before printing this page.