aboutsummaryrefslogtreecommitdiff
path: root/templates/blubber/global_context.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blubber/global_context.php')
-rw-r--r--templates/blubber/global_context.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/blubber/global_context.php b/templates/blubber/global_context.php
index 77c4a29..4a52407 100644
--- a/templates/blubber/global_context.php
+++ b/templates/blubber/global_context.php
@@ -7,6 +7,8 @@
onClick="STUDIP.Blubber.followunfollow('global'); return false;"
class="followunfollow<?= $unfollowed ? " unfollowed" : "" ?>"
title="<?= _("Benachrichtigungen für diese Konversation abstellen.") ?>"
+ aria-pressed="<?= $unfollowed ? 'false' : 'true' ?>"
+ role="button"
data-thread_id="global">
<?= Icon::create("decline")->asImg(20, ['class' => "follow text-bottom"]) ?>
<?= Icon::create("notification2")->asImg(20, ['class' => "unfollow text-bottom"]) ?>