From 647cb8d03cb94de81060129a1bb2d90efdfa132e Mon Sep 17 00:00:00 2001 From: Luan Date: Mon, 9 Dec 2013 10:44:56 -0200 Subject: [PATCH] Adding view more options to user profile - #81 --- src/accounts/templates/accounts/user_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) 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