Merge lp:~stevanr/linaro-license-protection/bug1177764 into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Stevan Radaković
Status: Merged
Approved by: Paul Sokolovsky
Approved revision: 190
Merged at revision: 190
Proposed branch: lp:~stevanr/linaro-license-protection/bug1177764
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 20 lines (+2/-2)
1 file modified
templates/dir_template.html (+2/-2)
To merge this branch: bzr merge lp:~stevanr/linaro-license-protection/bug1177764
Reviewer Review Type Date Requested Status
Paul Sokolovsky Approve
Review via email: mp+163285@code.launchpad.net

Description of the change

Fix broken image and layout for certain file types.

To post a comment you must log in.
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :
Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

I wonder if align="center" is really best choice there, but I assume you tested it. Looks good otherwise.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory 'license_protected_downloads/static/application'
=== added file 'license_protected_downloads/static/application/x-tar.png'
0Binary files license_protected_downloads/static/application/x-tar.png 1970-01-01 00:00:00 +0000 and license_protected_downloads/static/application/x-tar.png 2013-05-10 09:46:26 +0000 differ0Binary files license_protected_downloads/static/application/x-tar.png 1970-01-01 00:00:00 +0000 and license_protected_downloads/static/application/x-tar.png 2013-05-10 09:46:26 +0000 differ
=== added file 'license_protected_downloads/static/application/xml.png'
1Binary files license_protected_downloads/static/application/xml.png 1970-01-01 00:00:00 +0000 and license_protected_downloads/static/application/xml.png 2013-05-10 09:46:26 +0000 differ1Binary files license_protected_downloads/static/application/xml.png 1970-01-01 00:00:00 +0000 and license_protected_downloads/static/application/xml.png 2013-05-10 09:46:26 +0000 differ
=== added file 'sampleroot/precise/restricted/tarball.tar.bz2'
=== modified file 'templates/dir_template.html'
--- templates/dir_template.html 2013-02-28 11:46:22 +0000
+++ templates/dir_template.html 2013-05-10 09:46:26 +0000
@@ -33,8 +33,8 @@
33 {% endif %}33 {% endif %}
34 >{{ value.name }}</a>34 >{{ value.name }}</a>
35 </td>35 </td>
36 <td align="right">{{ value.mtime }} </td>36 <td align="center">{{ value.mtime }} </td>
37 <td align="right">37 <td align="center">
38 {% if value.type != 'folder' %}{{ value.size }}{% endif %}38 {% if value.type != 'folder' %}{{ value.size }}{% endif %}
39 </td>39 </td>
40 <td>40 <td>

Subscribers

People subscribed via source and target branches