Sha256: b4db5e640e152e9f112efdcf4cfb2d9f1428d8dfc96b5c96f1f95d59c63c1535

Contents?: true

Size: 292 Bytes

Versions: 23

Compression:

Stored size: 292 Bytes

Contents

<% scopes(attr_listing) do |list, scope| %>
  <div id="<%= scope %>_attr_details" class="attr_details">
    <h2><%= scope.to_s.capitalize %> Attribute Details</h2>
    <% list.each_with_index do |meth, i| %>
      <%= yieldall :object => meth, :index => i %>
    <% end %>
  </div>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
yard-slipstream-0.1.23 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.22 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.21 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.20 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.19 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.18 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.17 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.16 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.15 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.14 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.13 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.12 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.11 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.10 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.9 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.8 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.7 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.6 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.5 templates/default/module/html/attribute_details.erb
yard-slipstream-0.1.4 templates/default/module/html/attribute_details.erb