Consistent hero-tabs navigation #244
@ -106,7 +106,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="btn-col">
|
<div class="btn-col">
|
||||||
{% if not is_maintainer %}
|
{% if not is_maintainer and not extension.is_approved %}
|
||||||
<div class="card p-3 mt-3 ext-detail-download-danger">
|
<div class="card p-3 mt-3 ext-detail-download-danger">
|
||||||
<h3>Caution</h3>
|
<h3>Caution</h3>
|
||||||
pablovazquez marked this conversation as resolved
|
|||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user
Not sure how is this related to the hero tabs?
It relates to this part:
and the caution card is needed because if we decide to show "Version History" to everyone, we should the same warning as on the approval queue detail page.
Otherwise we should add more complicated checks to "Version History" display condition, and I think it's simpler and more useful to always show it.