fix(aio): add <hr> in between overloads

This commit is contained in:
Alex Rickabaugh 2017-07-13 14:20:10 -07:00 committed by Igor Minar
parent 18559897a0
commit db96c963a8
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
<div class="detail-contents">
{% for overload in member.overloads %}
{$ renderMemberDetail(overload, itemClass + '-overload') $}
{% if not loop.last %}<hr>{% endif %}
{% endfor %}
</div>
</details>