File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/views/grape_swagger_rails/application Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 66* Implemented RuboCop, Ruby-style linter - [ @dblock ] ( https://github.com/dblock ) .
77* [ #31 ] ( https://github.com/ruby-grape/grape-swagger-rails/pull/31 ) : Support Swagger-UI docExpansion option - [ @maruware ] ( https://github.com/maruware ) .
88* [ #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 ) .
910* Your contribution here.
1011
1112### 0.1.0 (February 5, 2015)
Original file line number Diff line number Diff line change 22< html data-swagger-options ="<%= GrapeSwaggerRails . options . marshal_dump . to_json %> ">
33< head >
44 < title > <%= GrapeSwaggerRails . options . app_name || 'Swagger UI' %> </ title >
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
56 < link href ='//fonts.googleapis.com/css?family=Droid+Sans:400,700 ' rel ='stylesheet ' type ='text/css '/>
67 <%= stylesheet_link_tag 'grape_swagger_rails/application.css' %>
78 <%= javascript_include_tag 'grape_swagger_rails/application.js' %>
You can’t perform that action at this time.
0 commit comments