Sha256: 22599fed3de8f6acf4cd42076311b757f2fb4f6f30cb65ff8488a4de54db2fa1

Contents?: true

Size: 300 Bytes

Versions: 25

Compression:

Stored size: 300 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)) %>
        <small><%= item.function_type %></small>
      </div>
    </li>
    <% even = !even %>
<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
puppet-strings-1.2.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_function.erb
puppet-strings-1.1.1 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_function.erb
puppet-strings-1.1.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_function.erb
puppet-strings-1.0.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_function.erb
puppet-strings-0.99.0 lib/puppet-strings/yard/templates/default/fulldoc/html/full_list_puppet_function.erb