Review detail page should have version notes (bug 640474)

This commit is contained in:
Gregory Koberger 2011-03-17 16:35:00 -07:00
Родитель b306ca6818
Коммит a1dfdcf38c
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -24,6 +24,13 @@
<div id="addon" class="primary" role="main" data-id="{{ addon.id }}">
{% include "addons/details_box.html" %}
{% if version.releasenotes %}
<h3 id="Version Notes">
{{ _('Version Notes') }}
</h3>
{{ version.releasenotes|nl2br }}
{% endif %}
<h3 id="validation">
{{ _('Files and Validation Results') }}
<span>[<a href="{{ remora_url('pages/validation') }}">{{ _('help') }}</a>]</span>