Sha256: e7765f980093280e9a5f08092c3242a87e70787b8d4a773228dc505972c63e59
Contents?: true
Size: 672 Bytes
Versions: 50
Compression:
Stored size: 672 Bytes
Contents
<% unless headers.blank? %> <%= heading(t('apipie.headers'), h_level) %> <table class='table'> <thead> <tr> <th><%= t('apipie.header_name') %></th> <th><%= t('apipie.description') %></th> </tr> </thead> <tbody> <% headers.each do |header| %> <tr> <td> <strong><%= header[:name] %> </strong><br> <small> <%= header[:options][:required] ? t('apipie.required') : t('apipie.optional') %> </small> </td> <td> <%= header[:description].html_safe %> </td> </tr> <% end %> </tbody> </table> <% end %>
Version data entries
50 entries across 50 versions & 2 rubygems