Review page missing compat info (bug 642963)

This commit is contained in:
Gregory Koberger 2011-03-21 20:30:29 -07:00
Родитель 5ae1ddb2c2
Коммит 7cc24da21e
1 изменённых файлов: 11 добавлений и 7 удалений

Просмотреть файл

@ -31,6 +31,17 @@
{{ version.releasenotes|nl2br }}
{% endif %}
<h3 id="compatibility">{{ _('Compatibility') }}</h3>
<ul>
{% for compat in addon.compatible_apps.values() %}
<li>
<div class="app-icon ed-sprite-{{ amo.APPS_ALL[compat.application_id].short }}"
title="{{ amo.APPS_ALL[compat.application_id].pretty}}"></div>
{{ compat }}
</li>
{% endfor %}
</ul>
<h3 id="validation">
{{ _('Files and Validation Results') }}
<span>[<a href="{{ remora_url('pages/validation') }}">{{ _('help') }}</a>]</span>
@ -184,13 +195,6 @@
{% endfor %}
</ul>
<strong>{{ _('Apps') }}</strong>
<ul>
{% for compat in addon.compatible_apps.values() %}
<li> {{ compat }} </li>
{% endfor %}
</ul>
{% if flags: %}
<strong>{{ _('Flags') }}</strong>
<ul>