mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #151 from drgomesp/section-grouping
Fixed condition to display resource url (fixes #146)
This commit is contained in:
commit
573d564e9a
@ -11,8 +11,7 @@
|
||||
<div class="heading">
|
||||
{% if section == '_others' and resource != 'others' %}
|
||||
<h2>{{ resource }}</h2>
|
||||
{% endif %}
|
||||
{% if resource != 'others' %}
|
||||
{% elseif resource != 'others' %}
|
||||
<h2>{{ resource }}</h2>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user