Sha256: bb5c5389a7373fc107dedb94d2ae212f82191a1a364314cee3c926d05feeb14f
Contents?: true
Size: 753 Bytes
Versions: 18
Compression:
Stored size: 753 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>API documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <%= Apipie.include_stylesheets %> <link type='text/css' rel='stylesheet' href='<%= Apipie.full_url("stylesheets/application.css")%>'/> <!-- IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="row"> <div id='container'> <%= yield %> <%= render 'disqus' if Apipie.configuration.use_disqus? %> </div> </div> <hr> <footer><%= yield :apipie_footer %></footer> </div> <%= Apipie.include_javascripts %> </body> </html>
Version data entries
18 entries across 18 versions & 2 rubygems