Sha256: bdffff28e3a98038b4043047638a23770dae48b0a9f615af6e1ae06b4ca1b4c3
Contents?: true
Size: 677 Bytes
Versions: 21
Compression:
Stored size: 677 Bytes
Contents
<% sections.each do |(section_key, section_name, section_description, configs)| %> <h2 id="<%=section_key%>"><%=section_name%></h2> <%= "<p>#{section_description}</p>" unless section_description.nil? %> <dl class="clamshell-list"> <% configs.each do |config|%> <!-- ********** <%= config[:key] %> ********** --> <dt id="<%=config[:key]%>"><%=config[:key]%></dt> <dd> <table class="specs"> <tbody> <tr> <th>Type</th> <td><%=config[:type]%></td> </tr> <tr> <th>Default</th> <td><%=config[:default]%></td> </tr> </tbody> </table> <p><%=config[:description]%></p> </dd> <% end %> </dl> <% end %>
Version data entries
21 entries across 21 versions & 2 rubygems