captions updated

This commit is contained in:
Elena Bobkova 2018-03-01 18:54:14 +03:00
parent c8747e36ce
commit 6db57e616e
4 changed files with 9 additions and 6 deletions

View File

@ -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>
Содержание

View File

@ -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 } %}

View File

@ -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 } %}

View File

@ -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>