Sha256: d2f733bf5a0b04836f21ae4d449257d7d53794c379fee33264f07c48397dd4a5

Contents?: true

Size: 368 Bytes

Versions: 25

Compression:

Stored size: 368 Bytes

Contents

<% if object.features && !object.features.empty? %>
<div class="tags">
  <p class="tag_title">Features</p>
  <ul>
    <% object.features.each do |feature| %>
    <li>
      <span class="name"><%= feature.name %></span>
      <% unless feature.docstring.empty? %> &mdash; <%= htmlify_line(feature.docstring) %><% end %>
    </li>
    <% end %>
  </ul>
</div>
<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

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