Sha256: 1f35bfabf98dd9ab7f5ef32afe304846a08a349fc2e65edb51f0b2e9d9c04876
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 Bytes
Contents
<% if object.has_tag?(:example_response) %> <div class="examples"> <h3>Example Respones:</h3> <% object.tags(:example_response).each do |tag| %> <h4><%= htmlify_line(tag.name) %></h4> <pre class="example code"><%= html_syntax_highlight(tag.text, :plain) %></pre> <% end %> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems