mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
<!DOCTYPE html>
|
|
%html
|
|
%head
|
|
%title SwaggerRails
|
|
%link{ href: '//fonts.googleapis.com/css?family=Droid+Sans:400,700', rel: 'stylesheet', type: 'text/css' }
|
|
=stylesheet_link_tag "swagger_rails/application"
|
|
=javascript_include_tag "swagger_rails/application"
|
|
=csrf_meta_tags
|
|
%body.swagger-section
|
|
=yield
|