diff options
Diffstat (limited to 'templates/profile.html.ep')
-rw-r--r-- | templates/profile.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/profile.html.ep b/templates/profile.html.ep index b65f528..6f78ea0 100644 --- a/templates/profile.html.ep +++ b/templates/profile.html.ep @@ -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) { |