You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/12/08 12:06:13 UTC

[2/2] allura git commit: [#7978] ticket:870 returned link for 'Activity I follow' in /auth/preferences/

[#7978] ticket:870 returned link for 'Activity I follow' in /auth/preferences/


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/709c432e
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/709c432e
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/709c432e

Branch: refs/heads/ib/7978b
Commit: 709c432e163ad7e6b206873583f4b18a54a9647a
Parents: 03bb747
Author: DeV1doR <de...@ukr.net>
Authored: Mon Dec 7 15:41:34 2015 +0200
Committer: DeV1doR <de...@ukr.net>
Committed: Mon Dec 7 15:41:34 2015 +0200

----------------------------------------------------------------------
 Allura/allura/templates/user_prefs.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/709c432e/Allura/allura/templates/user_prefs.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/user_prefs.html b/Allura/allura/templates/user_prefs.html
index bd593ab..74d5c08 100644
--- a/Allura/allura/templates/user_prefs.html
+++ b/Allura/allura/templates/user_prefs.html
@@ -32,6 +32,7 @@
     <fieldset class="preferences">
       <legend>Username: {{ c.user.username }}</legend>
       <p><a href="{{ c.user.private_project().url() }}">My profile and my projects</a></p>
+      <p><a href="{{ c.user.url() }}activity/">Activity I follow</a></p>
       <p><a href="{{ c.user.private_project().url() }}admin/overview">Set avatar icon</a></p>
       {% if h.asbool(tg.config.get('auth.allow_user_to_disable_account', False)) %}
         <p><a href="/auth/disable">Disable account</a></p>