format DL size in a human-readible way
This commit is contained in:
		@@ -18,7 +18,7 @@ vim: ts=2 noexpandtab
 | 
			
		||||
		{% for result in results %}
 | 
			
		||||
		<tr>
 | 
			
		||||
			<td><a href="/download/{{ result[0] }}">{{ result[1] }}</a></td>
 | 
			
		||||
			<td>{{ result[2]|int / 1000 / 1000 }}</td>
 | 
			
		||||
			<td>{{ result[2] }}</td>
 | 
			
		||||
			<td>N/A</td>
 | 
			
		||||
			<td>N/A</td>
 | 
			
		||||
			<td>N/A</td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user