Skip to content

Commit

Permalink
chore: pug lint
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Oct 18, 2023
1 parent dd7ad7e commit 09f5fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/my-account/domains/new.pug
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ block body
button.btn.btn-success.btn-block.btn-lg(type="submit")= t("Continue")
.hr-text.d-flex.text-secondary.align-items-center= t("or")
h3.mb-3= t("Use one of our domains:")
form(action=l('/my-account/domains/aliases/new'), method='GET')
form(action=l("/my-account/domains/aliases/new"), method="GET")
.form-group.floating-label
select#input-group.form-control.input-lg(name="domain", required)
each vanityDomain, i in config.vanityDomains
Expand Down

0 comments on commit 09f5fae

Please sign in to comment.