mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Initial commit
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SwaggerRails</title>
|
||||
<%= stylesheet_link_tag "swagger_rails/application", media: "all" %>
|
||||
<%= javascript_include_tag "swagger_rails/application" %>
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<%= yield %>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
10
app/views/layouts/swagger_rails/application.html.haml
Normal file
10
app/views/layouts/swagger_rails/application.html.haml
Normal file
@@ -0,0 +1,10 @@
|
||||
<!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
|
||||
Reference in New Issue
Block a user