1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-14 18:45:06 +00:00

Add new strings: quota_left, settings_saved

This commit is contained in:
bopol
2020-11-14 12:30:07 +01:00
committed by Cadence Ember
parent 40eeab8435
commit 31f6c4936b
6 changed files with 16 additions and 4 deletions

View File

@@ -96,7 +96,9 @@ html
a(href="/")= ll.t_home
a(href=settingsReferrer)= ll.t_settings
if constants.quota.enabled
.quota Quota left: #[span#quota= remaining]
.quota
= ll.quota_left
| #[span#quota= remaining]
- const hasPosts = !user.data.is_private && selectedTimeline.pages.length && selectedTimeline.pages[0].length
.timeline-section(dir=ll.meta_direction)