mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Generated as mountable Rails Engine
This commit is contained in:
14
app/views/layouts/swagger_rails/application.html.erb
Normal file
14
app/views/layouts/swagger_rails/application.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user