method type added

This commit is contained in:
Elena Bobkova 2018-03-02 18:52:47 +03:00
parent 304a57234c
commit 04598a805d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<h2 class="main-caption">{{ method.description }}</h2>
<h2>Метод</h2>
<p class="sub-header">POST {{ method.url }}</p>
<p class="sub-header">{{ method.type }} {{ method.url }}</p>
{%- include 'comment.html.twig' with { comment: method.comment } %}