Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
beckpaul committed Jan 9, 2024
1 parent 2ac1962 commit 89a4515
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 9 additions & 5 deletions src/backend/templates/views/account/register.pug
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ block content
hr
h3 Lost account / returning player
p If you have a FAF account you can no longer access, please attempt to &nbsp
a(href="https://help.steampowered.com/en/wizard/HelpWithLoginInfo?reset=1&issueid=408" target="_blank") reset your Steam password.
| &nbspFor further assistance, contact the moderation team via&nbsp
a(href=discordUrl target="_blank") Discord
| or the&nbsp
a(href=forumUrl target="_blank") Forums.
a(
href='https://help.steampowered.com/en/wizard/HelpWithLoginInfo?reset=1&issueid=408',
target='_blank'
) reset your Steam password.
| &nbspFor further assistance, contact the moderation team via&nbsp
a(href=discordUrl, target='_blank') Discord
|
| or the&nbsp
a(href=forumUrl, target='_blank') Forums.
p Creating and operating multiple accounts is prohibited, and creating a secondary account will lead to moderation action.
form(
method='post',
Expand Down
5 changes: 1 addition & 4 deletions src/backend/templates/views/newshub.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ body
.featureSubGrid.column3.featureLink
.featureSocial.column12
.featureLink.featureDiscord.column4
a(
target='_blank',
href=discordUrl
)
a(target='_blank', href=discordUrl)
img(src='/../../images/logos/discord.svg', alt='')
.featureLink.featureTwitch.column4
a(
Expand Down

0 comments on commit 89a4515

Please sign in to comment.