mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue