captions updated
This commit is contained in:
parent
c8747e36ce
commit
6db57e616e
|
|
@ -22,7 +22,7 @@
|
|||
<h1>{{ pageTitle }}</h1>
|
||||
<h2>Touch Instinct</h2>
|
||||
<p>Версия {{ version }}</p>
|
||||
<p>{{ "now"|date("d.M.Y") }}</p>
|
||||
<p>{{ "now"|date("d.m.Y") }}</p>
|
||||
</div>
|
||||
<h1>
|
||||
Содержание
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<h2 class="main-caption">{{ structure.type.baseTypeName }}</h2>
|
||||
|
||||
<h2>Описание</h2>
|
||||
<p class="sub-header">{{ structure.type.baseTypeName }} - {{ structure.description }}</p>
|
||||
<p class="sub-header">{{ structure.description }}</p>
|
||||
|
||||
{%- include 'comment.html.twig' with { comment: structure.comment } %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
<h2 class="main-caption">{{ structure.name }}</h2>
|
||||
|
||||
<h2>Описание</h2>
|
||||
<p class="sub-header">{{ structure.name }} - {{ structure.description }}</p>
|
||||
<p class="sub-header">{{ structure.description }}</p>
|
||||
|
||||
{%- include 'comment.html.twig' with { comment: structure.comment } %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
<h2 class="main-caption">{{ method.description }}</h2>
|
||||
|
||||
<h2>Метод</h2>
|
||||
<p class="sub-header">POST {{ method.url }}</p>
|
||||
|
||||
<h2>Описание</h2>
|
||||
<p class="sub-header">{{ method.description }}</p>
|
||||
|
||||
{%- include 'comment.html.twig' with { comment: method.comment } %}
|
||||
|
||||
<h2>Параметры</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue