Sha256: daaf437c6321d2f1cfad51801fc4fd9ca9e3cb50ec8300c9e2f1a81fbae4196d

Contents?: true

Size: 334 Bytes

Versions: 16

Compression:

Stored size: 334 Bytes

Contents

<% even = false  %>
<% @items.each do |item| %>
    <li id="object_<%=item.path%>" class="<%= even ? 'even' : 'odd' %>">
      <div class="item">
        <%= linkify item, h(item.name(false)) %>
        <% if item.type == :puppet_data_type_alias %><small>Alias</small><% end %>
      </div>
    </li>
    <% even = !even %>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
puppet-strings-4.1.3 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-4.1.2 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-4.1.1 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-4.1.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-4.0.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-4.0.0.rc.1 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-3.0.1 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-3.0.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.9.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.8.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.7.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.6.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.5.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.4.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.3.1 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb
puppet-strings-2.3.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_data_type.erb