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-4.1.3 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-4.1.2 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-4.1.1 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-4.1.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-4.0.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-4.0.0.rc.1 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-3.0.1 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-3.0.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.9.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.8.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.7.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.6.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.5.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.4.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.3.1 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.3.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.2.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.1.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-2.0.0 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb
puppet-strings-1.2.1 lib/puppet-strings/yard/templates/default/puppet_type/html/features.erb