damned-lies r1420 - in trunk: . templates
- From: stephaner svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1420 - in trunk: . templates
- Date: Mon, 2 Feb 2009 22:23:49 +0000 (UTC)
Author: stephaner
Date: Mon Feb 2 22:23:48 2009
New Revision: 1420
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1420&view=rev
Log:
2009-02-02 StÃphane Raimbault <stephane raimbault gmail com>
* templates/release_detail.html: Fix language link (only the end
of anchor was present) and add the URL. Replace incorrect
'Release' header by 'Language'.
Modified:
trunk/ChangeLog
trunk/templates/release_detail.html
Modified: trunk/templates/release_detail.html
==============================================================================
--- trunk/templates/release_detail.html (original)
+++ trunk/templates/release_detail.html Mon Feb 2 22:23:48 2009
@@ -16,7 +16,7 @@
<table class="stats">
<thead>
<tr>
- <th>{% trans "Release" %}</th>
+ <th>{% trans "Language" %}</th>
<th>{% trans "User Interface" %}</th>
<th>{% trans "Graph" %}</th>
<th>{% trans "Documentation" %}</th>
@@ -27,7 +27,7 @@
{% for lstats in release.get_global_stats %}
<tr>
<td class="leftcell">
- {% trans lstats.lang_name %}</a>
+ <a href="{% url team_slug lstats.lang_locale %}">{% trans lstats.lang_name %}</a>
</td>
<td><a href="{% url language_release lstats.lang_locale release.name "ui" %}">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]