Always show sections in review page for editors (bug 647106)
This commit is contained in:
Родитель
4d7983a89e
Коммит
72903773f6
|
@ -186,6 +186,13 @@
|
|||
{% endif %}
|
||||
{# /beta #}
|
||||
</div>{# /article #}
|
||||
{% elif not show_actions %}
|
||||
<h3 id="more-about">{{ _('More about this add-on') }}</h3>
|
||||
<div class="article">
|
||||
<em>
|
||||
{{ _('Nothing to see here! The developer did not include any details.') }}
|
||||
</em>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if reviews is defined %}
|
||||
|
|
|
@ -29,12 +29,12 @@
|
|||
<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>
|
||||
<h3 id="Version Notes">
|
||||
{{ _('Version Notes') }}
|
||||
</h3>
|
||||
<div class="article">
|
||||
{{ version.releasenotes|nl2br }}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% if version.approvalnotes %}
|
||||
<h3 id="approval-notes">
|
||||
|
|
Загрузка…
Ссылка в новой задаче