damned-lies r695 - in trunk: . templates
- From: gforcada svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r695 - in trunk: . templates
- Date: Sat, 12 Jan 2008 15:18:28 +0000 (GMT)
Author: gforcada
Date: Sat Jan 12 15:18:28 2008
New Revision: 695
URL: http://svn.gnome.org/viewvc/damned-lies?rev=695&view=rev
Log:
Remove the "maintains" part of "maintains $foo" and makes Translates be h2 as Maintains section
Modified:
trunk/ChangeLog
trunk/templates/person-base.tmpl
Modified: trunk/templates/person-base.tmpl
==============================================================================
--- trunk/templates/person-base.tmpl (original)
+++ trunk/templates/person-base.tmpl Sat Jan 12 15:18:28 2008
@@ -47,14 +47,14 @@
<h2>$_("Maintains:")</h2>
<ul>
#for module in $roles.maintains
- <li>${_("Maintains %(module)s"), module="<a href=\""+$webroot+"/module/"+$module.id+"\">"+$module.description+"</a>"}</li>
+ <li><a href="$webroot/module/$module.id">$module.description</a></li>
#end for
</ul>
#end if
#if $printroles and $roles.translates and len($roles.translates)
- <h3>$_("Translates:")</h3>
+ <h2>$_("Translates:")</h2>
<ul>
#for team in $roles.translates
#if $team.has_key('description')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]