Moved default cover to elements directory

This commit is contained in:
2018-03-07 15:42:41 +01:00
parent 3b1e8cacd0
commit 26040e89b6
5 changed files with 15 additions and 14 deletions

View File

@ -76,8 +76,9 @@ component SettingsPersonal(user *arn.User)
.cover-preview(title="Recommended: 1920 x 450 | PNG or JPG")
img#cover-input-preview.profile-cover.lazy(data-src=user.CoverLink("small"), data-webp="true", alt="Cover image")
.footer
p PRO account required.
if !user.IsPro()
.footer
p PRO account required.
component SettingsNotifications(user *arn.User)
SettingsTabs