Sha256: 4c649818413f7d1a00b85746242bfa937c6c12f2217b28ba242ff9bed251b2fe
Contents?: true
Size: 772 Bytes
Versions: 13
Compression:
Stored size: 772 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%= t('apipie.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
13 entries across 13 versions & 1 rubygems