Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkshetlie committed May 26, 2024
1 parent b0b5437 commit de325d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/notification/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div id="song-list" class="row">
<div class="col-md-10">
<div class="text-right">
<a href="{{ url('notification_read_all') }}" style="color:#979797;" class="small">Mark all as read</a>&nbsp;|
<a data-no-swup="true" href="{{ url('notification_read_all') }}" style="color:#979797;" class="small">Mark all as read</a>&nbsp;|
&nbsp;<a href="{{ url('notifications_setting') }}" style="color:#979797;" data-toogle="tooltip" title="{{ "Notification settings"|trans }}"><i class="fas fa-cogs"></i></a>

</div>
Expand Down

0 comments on commit de325d6

Please sign in to comment.