modeset/apitome

View on GitHub
app/views/apitome/docs/_headers.html.erb

Summary

Maintainability
Test Coverage
<% unless headers.blank? %>
  <section class="headers">
    <h4><%= t(:headers, scope: :apitome) %></h4>
    <pre><code class="http"><%= headers.map{ |k,v| "#{k}: #{v}" }.join("\n") %></code></pre>
  </section>
<% end %>