We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f01960c + e5b1614 commit cddd3baCopy full SHA for cddd3ba
app/views/grape_swagger_rails/application/index.html.erb
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html data-swagger-options="<%= GrapeSwaggerRails.options.to_json %>">
3
<head>
4
- <title>Swagger UI</title>
+ <title><%= GrapeSwaggerRails.options.app_name || 'Swagger UI' %></title>
5
<link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
6
<%= stylesheet_link_tag 'grape_swagger_rails/application.css' %>
7
<%= javascript_include_tag 'grape_swagger_rails/application.js' %>
0 commit comments