[damned-lies] Remove the link on cia.vc (Fixes 595936)



commit 524d45972e35026c23761dc6ee83a69daaf4ec87
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Oct 31 21:21:50 2009 +0100

    Remove the link on cia.vc (Fixes 595936)
    
    Now that GNOME switched to Git, there is no more unique usernames
    that external sites can use to differentiate commits. cia.vc uses the
    user part of the email address, which is not reliable enough.
    Removing this link until something better appears.

 templates/people/person_overview.html |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/templates/people/person_overview.html b/templates/people/person_overview.html
index 1700c80..d6faed4 100644
--- a/templates/people/person_overview.html
+++ b/templates/people/person_overview.html
@@ -34,8 +34,5 @@
   <strong>{% trans "Bugzilla account:" %}</strong> {{ person.no_spam_bugzilla_account }}<br />
   {% endif %}
 
-  {% if person.svn_account %}
-  <strong>{% trans "Git account:" %}</strong> <a href="http://cia.vc/stats/author/{{ person.svn_account }}">{{ person.svn_account}}</a><br />
-  {% endif %}
   </div>
 </div>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]