Sha256: 3c9d4718789682b3405fcb17942d6cdc2e41566c2040c80639e842f55f8e1e08

Contents?: true

Size: 559 Bytes

Versions: 5

Compression:

Stored size: 559 Bytes

Contents

<div id="<%= endpoint.name %>" class="span9 endpoint-documentation-wrapper" <%= 'style="display: none;"' unless visible %>>
  <div class="hero-unit">
    <h1><%= endpoint.name %></h1>
    <h2><%= endpoint.method.to_s.upcase %> <%= endpoint.route %></h2>

    <% endpoint.definitions.reverse.each do |definition| %>
      <div class="versioned-endpoint-definition">
        <h3>Version <%= definition.version %></h3>
        <hr>

        <%= Interpol::Documentation.html_for_schema(definition.schema) %>
      </div>
    <% end %>
  </div>
</div><!--/span-->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
interpol-0.0.8 lib/interpol/documentation_app/views/endpoint.erb
interpol-0.0.7 lib/interpol/documentation_app/views/endpoint.erb
interpol-0.0.6 lib/interpol/documentation_app/views/endpoint.erb
interpol-0.0.5 lib/interpol/documentation_app/views/endpoint.erb
interpol-0.0.4 lib/interpol/documentation_app/views/endpoint.erb