Link from avatar to user
Build LinkLog Development Image / development-image (push) Successful in 13s

This commit is contained in:
2026-08-26 12:11:12 +02:00
parent 6651ce8993
commit f0ae526a96
5 changed files with 24 additions and 5 deletions
+1
View File
@@ -406,6 +406,7 @@ def test_public_and_admin_pages_render_html():
assert 'postToMastodon(item, mastodonButton)' in feed_script
assert 'tag.toLowerCase() === pref.tag.toLowerCase()' in feed_script
assert 'return `${date.getFullYear()} ${months[date.getMonth()]} ${date.getDate()} - ${hours}:${minutes}`' in feed_script
assert 'profileLink.href = `/${encodeURIComponent(username)}/`' in feed_script
assert 'edit-tag-options' in feed_script
assert 'new_tags' in feed_script
assert 'A link can have at most 10 tags.' in feed_script