diff --git a/src/accounts/templates/accounts/user_detail.html b/src/accounts/templates/accounts/user_detail.html index 1bf5418..5b2d606 100644 --- a/src/accounts/templates/accounts/user_detail.html +++ b/src/accounts/templates/accounts/user_detail.html @@ -128,6 +128,10 @@
  • {% trans "There are no posts by this user so far." %}
  • {% endfor %} + + {% trans "View more discussions..." %} + +
     
    @@ -139,6 +143,10 @@
  • {% trans "No contributions of this user so far." %}
  • {% endfor %} + + {% trans "View more contributions..." %} + +
     
    -- libgit2 0.21.2