Sha256: 0404fbe31e342083214ae05352bf1db8ee45406d2c3a1d118de61b770fc6f53c
Contents?: true
Size: 1.92 KB
Versions: 2
Compression:
Stored size: 1.92 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>Developers API</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link type="text/css" rel="stylesheet" href="assets/css/main.css" /> </head> <body class="no-sidebars"> <div id="page"> <div id="header-outer"> <div id="header"> <a href="/" id="logo" title="Home"><%= @name %></a> <ul id="title-nav"> <li><a href="overview.html">Overview</a></li> <li><a href="authentication.html">Authentication</a></li> <li><a href="index.html">Resources</a></li> <li><a href="errors.html">Errors</a></li> </ul> </div> </div> <div id="content-outer"> <h1>REST API v.<%= @version %></h1> <div class="content api-docs"> <% @resources.each do |name, endpoints| %> <table> <caption> <strong><%= name.capitalize %></strong> <p>This endpoints belong to <%= name %> resource.</p> </caption> <thead> <tr> <th class="views-field-title">Resource</th> <th class="views-field-title">Description</th> </tr> </thead> <tbody> <% endpoints.each do |resource| %> <tr> <td class="views-field-title"> <a href="<%= resource.slug %>.html"><%= resource.action %> <%= resource.uri %></a> </td> <td class="views-field-body"> <%= resource.description %> </td> </tr> <% end %> </tbody> </table> <% end %> </div> </div> <div id="footer-outer"> <div id="footer"><%= @name %> © 2013</div> </div> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
calamum-1.2.2 | lib/calamum/templates/twitter/index.html.erb |
calamum-1.2.1 | lib/calamum/templates/twitter/index.html.erb |