[Pkg-debile-commits] [debile-web] 01/01: Display maintainer on the source view

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Mon Aug 26 14:51:14 UTC 2013


This is an automated email from the git hooks/post-receive script.

leo.cavaille-guest pushed a commit to branch master
in repository debile-web.

commit 18f6dfc3818d03af5141558c9ea14d5a54887075
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Mon Aug 26 16:51:03 2013 +0200

    Display maintainer on the source view
---
 templates/source.html |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/templates/source.html b/templates/source.html
index 90e2e3f..6858547 100644
--- a/templates/source.html
+++ b/templates/source.html
@@ -25,6 +25,10 @@
             <div class='desc_value'>{{package.version}}</div>
         </div>
         <div class='desc_line'>
+            <div class='desc_key'>maintainer</div>
+            <div class='desc_value'>{{package.maintainer}}</div>
+        </div>
+        <div class='desc_line'>
             <div class='desc_key'>uploaded by</div>
             <div class='desc_value'><a href='{{desc.user_link}}'>{{package.user.name}}</a></div>
         </div>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list