File tree 2 files changed +2
-0
lines changed
app/views/grape_swagger_rails/application
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 6
6
* Implemented RuboCop, Ruby-style linter - [ @dblock ] ( https://github.com/dblock ) .
7
7
* [ #31 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/31 ) : Support Swagger-UI docExpansion option - [ @maruware ] ( https://github.com/maruware ) .
8
8
* [ #32 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/32 ) : Fix Ruby 1.9.3 compatibility - [ @suan ] ( https://github.com/suan ) .
9
+ * [ #39 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/39 ) : Support CSS media queries - [ @alexagranov ] ( https://github.com/alexagranov ) .
9
10
* Your contribution here.
10
11
11
12
### 0.1.0 (February 5, 2015)
Original file line number Diff line number Diff line change 2
2
< html data-swagger-options ="<%= GrapeSwaggerRails . options . marshal_dump . to_json %> ">
3
3
< head >
4
4
< title > <%= GrapeSwaggerRails . options . app_name || 'Swagger UI' %> </ title >
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
5
6
< link href ='//fonts.googleapis.com/css?family=Droid+Sans:400,700 ' rel ='stylesheet ' type ='text/css '/>
6
7
<%= stylesheet_link_tag 'grape_swagger_rails/application.css' %>
7
8
<%= javascript_include_tag 'grape_swagger_rails/application.js' %>
You can’t perform that action at this time.
0 commit comments