Skip to content
Snippets Groups Projects
Unverified Commit 2fecf8b6 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix follow-requests-received link

parent 44596dfe
No related branches found
No related tags found
No related merge requests found
......@@ -93,9 +93,9 @@
% elsif ($acc->{accept_follow_requests}) {
<span>Accounts können dir auf Anfrage folgen
% if ($num_rx_follow_requests == 1) {
– <a href="/account/social/follow-requests"><strong>eine</strong> offene Anfrage</a>
– <a href="/account/social/follow-requests-received"><strong>eine</strong> offene Anfrage</a>
% } elsif ($num_rx_follow_requests) {
– <a href="/account/social/follow-requests"><strong><%= $num_rx_follow_requests %></strong> offene Anfragen</a>
– <a href="/account/social/follow-requests-received"><strong><%= $num_rx_follow_requests %></strong> offene Anfragen</a>
% }
</span>
% }
......
......@@ -20,7 +20,7 @@
% }
% elsif ($follow_reqs_me) {
<span class="right">
<a href="/account/social/follow-requests"><i class="material-icons right">notifications</i></a>
<a href="/account/social/follow-requests-received"><i class="material-icons right">notifications</i></a>
</span>
% }
% elsif ($is_self) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment