This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
Code
Issues
Releases
4
Wiki
Activity
Browse Source
[PLUGINS][AttachmentShowRelated] Replacing h2 with span, its supposed to be complementary content, not main
experimental
Eliseu Amaro
1 year ago
parent
117549bf1e
commit
222e1fbb2b
Signed by:
eliseuamaro
<mail@eliseuama.ro>
GPG Key ID:
96DA09D4B97BC2D5
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html.twig
+2
-2
plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedTags.html.twig
+ 2
- 2
plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedNotes.html.twig
View File
@@ -2,9 +2,9 @@
<section class="frame-section frame-section-padding">
<div class="section-title">
<
h2
class="heading-no-margin">
<
span
class="heading-no-margin">
{{ 'Notes related' | trans }}
</
h2
>
</
span
>
</div>
{% for note in related_notes %}
+ 2
- 2
plugins/AttachmentShowRelated/templates/attachmentShowRelated/attachmentRelatedTags.html.twig
View File
@@ -1,8 +1,8 @@
<section class="frame-section frame-section-padding">
<div class="section-title">
<
h2
class="heading-no-margin">
<
span
class="heading-no-margin">
{{ 'Attachment tags' | trans }}
</
h2
>
</
span
>
</div>
{% for tag in related_tags %}
Write
Preview
Loading…
Cancel
Save