diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/account_change_about.pug (renamed from views/change_about.pug) | 0 | ||||
-rw-r--r-- | views/account_change_mail.pug (renamed from views/change_mail.pug) | 0 | ||||
-rw-r--r-- | views/account_change_name.pug (renamed from views/change_name.pug) | 0 | ||||
-rw-r--r-- | views/account_change_password.pug (renamed from views/change_password.pug) | 0 | ||||
-rw-r--r-- | views/account_delete.pug (renamed from views/delete_account.pug) | 0 | ||||
-rw-r--r-- | views/account_forgot_password.pug (renamed from views/forgot_password.pug) | 0 | ||||
-rw-r--r-- | views/account_reset_password.pug (renamed from views/reset_password.pug) | 0 | ||||
-rw-r--r-- | views/account_webhook.pug (renamed from views/webhook.pug) | 0 | ||||
-rw-r--r-- | views/contacts_search.pug (renamed from views/search_user.pug) | 0 | ||||
-rw-r--r-- | views/create_index.pug (renamed from views/create-index.pug) | 0 | ||||
-rw-r--r-- | views/create_title.pug (renamed from views/create.pug) | 0 | ||||
-rw-r--r-- | views/profile.pug | 4 | ||||
-rw-r--r-- | views/stats_title.pug | 2 | ||||
-rw-r--r-- | views/title.pug (renamed from views/info.pug) | 0 |
14 files changed, 5 insertions, 1 deletions
diff --git a/views/change_about.pug b/views/account_change_about.pug index 7a0531e..7a0531e 100644 --- a/views/change_about.pug +++ b/views/account_change_about.pug diff --git a/views/change_mail.pug b/views/account_change_mail.pug index 4d0605a..4d0605a 100644 --- a/views/change_mail.pug +++ b/views/account_change_mail.pug diff --git a/views/change_name.pug b/views/account_change_name.pug index b1845ab..b1845ab 100644 --- a/views/change_name.pug +++ b/views/account_change_name.pug diff --git a/views/change_password.pug b/views/account_change_password.pug index ca8e973..ca8e973 100644 --- a/views/change_password.pug +++ b/views/account_change_password.pug diff --git a/views/delete_account.pug b/views/account_delete.pug index 54c3bc4..54c3bc4 100644 --- a/views/delete_account.pug +++ b/views/account_delete.pug diff --git a/views/forgot_password.pug b/views/account_forgot_password.pug index 0913857..0913857 100644 --- a/views/forgot_password.pug +++ b/views/account_forgot_password.pug diff --git a/views/reset_password.pug b/views/account_reset_password.pug index 8707ebc..8707ebc 100644 --- a/views/reset_password.pug +++ b/views/account_reset_password.pug diff --git a/views/webhook.pug b/views/account_webhook.pug index b9817ef..b9817ef 100644 --- a/views/webhook.pug +++ b/views/account_webhook.pug diff --git a/views/search_user.pug b/views/contacts_search.pug index 308cc41..308cc41 100644 --- a/views/search_user.pug +++ b/views/contacts_search.pug diff --git a/views/create-index.pug b/views/create_index.pug index c508be7..c508be7 100644 --- a/views/create-index.pug +++ b/views/create_index.pug diff --git a/views/create.pug b/views/create_title.pug index c4c5c2a..c4c5c2a 100644 --- a/views/create.pug +++ b/views/create_title.pug diff --git a/views/profile.pug b/views/profile.pug index 2f9218d..0542a64 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -31,6 +31,8 @@ html p <a href="/account/mail/subscribe">Enable mail notifications</a> if mail.notify p <a href="/account/mail/unsubscribe">Disable mail notifications</a> + else + p.error Mail notifications are disabled on this server. if ENABLE_WEBHOOKS if !webhook @@ -43,6 +45,8 @@ html dl dt <a href="/account/webhook">Configure webhook</a> dd= new URL(webhook.url).hostname + else + p.error Webhook notifications are disabled on this server. h3 Account diff --git a/views/stats_title.pug b/views/stats_title.pug index 2107b93..aed6e63 100644 --- a/views/stats_title.pug +++ b/views/stats_title.pug @@ -19,7 +19,7 @@ html tbody each row in ratings tr - td <a class="black" href="user/#{row.name}">#{row.name}</a> + td <a class="black" href="/stats/user/#{row.name}">#{row.name}</a> td.r= row.rating td.r= row.count td.r= row.last diff --git a/views/info.pug b/views/title.pug index 32837e9..32837e9 100644 --- a/views/info.pug +++ b/views/title.pug |