Skip to content

Commit

Permalink
Merge pull request #1296 from magnetik/title
Browse files Browse the repository at this point in the history
Add the swagger spec info name in <title>
  • Loading branch information
GuilhemN authored Apr 16, 2018
2 parents a0960d8 + a91c89c commit 604ab3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/SwaggerUi/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ file that was distributed with this source code. #}
<html>
<head>
<meta charset="UTF-8">
<title>NelmioApiDocBundle</title>
<title>{{ swagger_data.spec.info.title }} - NelmioApiDocBundle</title>

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+Pro:300,600|Titillium+Web:400,600,700">
<link rel="stylesheet" href="{{ asset('bundles/nelmioapidoc/swagger-ui/swagger-ui.css') }}">
Expand Down

0 comments on commit 604ab3d

Please sign in to comment.