Skip to content

Commit

Permalink
fix: fixed provider code block
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Aug 8, 2024
1 parent c64318a commit f41aa30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/guides/provider.pug
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,13 @@ block body
if isBot(ctx.get("User-Agent"))
= "None"
td.align-middle.text-left.py-3
if !isBot(ctx.get("User-Agent"))
if !user
span.badge.badge-danger.user-select-none!= t('Edit <span class="notranslate">[email protected]</span> to your email:')
code#copy-user-txt.d-block.text-themed.text-nowrap
= `${config.recordPrefix}=${user ? user.email : "[email protected]"}`
ul.list-inline
li.list-inline-item
if !isBot(ctx.get("User-Agent"))
if !user
span.badge.badge-danger.user-select-none!= t('Edit <span class="notranslate">[email protected]</span> to your email:')
code#copy-user-txt.d-block.text-themed.text-nowrap
= `${config.recordPrefix}=${user ? user.email : "[email protected]"}`
if !isBot(ctx.get("User-Agent"))
button.btn.btn-dark.btn-sm.text-nowrap.mt-1(
type="button",
Expand Down

0 comments on commit f41aa30

Please sign in to comment.