Wrap api version in span with class (fixes #145)

This commit is contained in:
Roman Hotsiy 2016-11-28 16:18:54 +02:00
parent d8f08be770
commit 19bc9227f4
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,5 +1,5 @@
<div class="api-info-wrapper">
<h1>{{info.title}} ({{info.version}})</h1>
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
<p>
Download OpenAPI (fka Swagger) specification:
<a class="openapi-button" target="_blank" attr.href='{{specUrl}}'> Download </a>