[buildinfo.debian.net] 23/35: Tidy layout, ec.

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 19:02:26 UTC 2016


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

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit 2a3f6427458914d549fd6c70dbe304ab813869aa
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Oct 24 09:45:38 2016 +0200

    Tidy layout, ec.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 templates/packages/binary.html | 7 ++++---
 templates/packages/source.html | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/templates/packages/binary.html b/templates/packages/binary.html
index f69331b..2c405e5 100644
--- a/templates/packages/binary.html
+++ b/templates/packages/binary.html
@@ -7,11 +7,11 @@
 <div class="page-header">
   <h1>
     <span class="label label-default">{{ binary.name }}</span>
-    <small>(binary package)</small>
+    <small>Binary package</small>
   </h1>
 </div>
 
-<h2>Used as Build-Depends</h2>
+<h2>Used as Build-Depends for:</h2>
 
 <ul>
   {% for x in build_depends %}
@@ -25,6 +25,7 @@
   {% endfor %}
 </ul>
 
+
 <h2>Generated by source packages</h2>
 
 <ul>
@@ -32,7 +33,7 @@
   <li>
     <a href="{{ x.buildinfo.source.get_absolute_url }}"><span class="label label-primary">{{ x.buildinfo.source.name }}</span></a>
 
-    <a href="{{ x.buildinfo.get_absolute_url }}">{{ x.buildinfo.get_filename }}.buildinfo</a>
+    <code><a href="{{ x.buildinfo.get_absolute_url }}">{{ x.buildinfo.get_filename }}.buildinfo</a></code>
 
   </li>
   {% empty %}
diff --git a/templates/packages/source.html b/templates/packages/source.html
index 40903d7..887451a 100644
--- a/templates/packages/source.html
+++ b/templates/packages/source.html
@@ -11,12 +11,12 @@
   </h1>
 </div>
 
-<h2>.buildinfo files</h2>
+<h2>.buildinfo files:</h2>
 
 <ul>
   {% for x in source.buildinfos.all %}
   <li>
-    <code><a href="{{ x.get_absolute_url }}">{{ x.get_filename }}.buildinfo</a></code>
+    <a href="{{ x.get_absolute_url }}"><code>{{ x.get_filename }}.buildinfo</code></a>
   </li>
   {% endfor %}
 </ul>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list