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
1=== added directory 'license_protected_downloads/static/application'
2=== added file 'license_protected_downloads/static/application/x-tar.png'
3Binary 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
4=== added file 'license_protected_downloads/static/application/xml.png'
5Binary 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
6=== added file 'sampleroot/precise/restricted/tarball.tar.bz2'
7=== modified file 'templates/dir_template.html'
8--- templates/dir_template.html 2013-02-28 11:46:22 +0000
9+++ templates/dir_template.html 2013-05-10 09:46:26 +0000
10@@ -33,8 +33,8 @@
11 {% endif %}
12 >{{ value.name }}</a>
13 </td>
14- <td align="right">{{ value.mtime }} </td>
15- <td align="right">
16+ <td align="center">{{ value.mtime }} </td>
17+ <td align="center">
18 {% if value.type != 'folder' %}{{ value.size }}{% endif %}
19 </td>
20 <td>

Subscribers

People subscribed via source and target branches