You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/03/21 15:22:10 UTC

[34/48] git commit: [5453] removed duplicated links

[5453] removed duplicated links


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

Branch: refs/heads/si/5453
Commit: 28d50bb1c1b1bb207844eeaa7ce5a03c1d5c9090
Parents: 0b5e176
Author: Stefano Invernizzi <st...@apache.org>
Authored: Wed Jan 30 17:44:14 2013 +0100
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Thu Mar 21 14:16:18 2013 +0000

----------------------------------------------------------------------
 .../forgeuserstats/templates/commits.html          |    1 -
 .../forgeuserstats/templates/tickets.html          |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/28d50bb1/ForgeUserStats/forgeuserstats/templates/commits.html
----------------------------------------------------------------------
diff --git a/ForgeUserStats/forgeuserstats/templates/commits.html b/ForgeUserStats/forgeuserstats/templates/commits.html
index 2bca003..12f9712 100644
--- a/ForgeUserStats/forgeuserstats/templates/commits.html
+++ b/ForgeUserStats/forgeuserstats/templates/commits.html
@@ -37,6 +37,5 @@
       </table>
     </div>
     {% endif %}
-    <div class="grid-20"><a href="/userstats/{{user.username}}">Go back to general statistics</a></div>
   {% endif %}
 {% endblock %}

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/28d50bb1/ForgeUserStats/forgeuserstats/templates/tickets.html
----------------------------------------------------------------------
diff --git a/ForgeUserStats/forgeuserstats/templates/tickets.html b/ForgeUserStats/forgeuserstats/templates/tickets.html
index 9bf411b..4604c16 100644
--- a/ForgeUserStats/forgeuserstats/templates/tickets.html
+++ b/ForgeUserStats/forgeuserstats/templates/tickets.html
@@ -47,6 +47,5 @@
       </table>
     </div>
     {% endif %}
-    <div class="grid-20"><a href="/userstats/{{user.username}}">Go back to general statistics</a></div>
   {% endif %}
 {% endblock %}