mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-13 04:59:24 +03:00
Fixed condition to display resource url (fixes #146)
Signed-off-by: Daniel Ribeiro <drgomesp@gmail.com>
This commit is contained in:
parent
c8a0115040
commit
32e80af4dc
@ -11,8 +11,7 @@
|
|||||||
<div class="heading">
|
<div class="heading">
|
||||||
{% if section == '_others' and resource != 'others' %}
|
{% if section == '_others' and resource != 'others' %}
|
||||||
<h2>{{ resource }}</h2>
|
<h2>{{ resource }}</h2>
|
||||||
{% endif %}
|
{% elseif resource != 'others' %}
|
||||||
{% if resource != 'others' %}
|
|
||||||
<h2>{{ resource }}</h2>
|
<h2>{{ resource }}</h2>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user