File: header.erb

package info (click to toggle)
ruby-enumerable-statistics 2.0.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,132 kB
  • sloc: ruby: 2,220; ansic: 1,921; javascript: 408; makefile: 8; sh: 4
file content (5 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (9)
1
2
3
4
5
<h1><%= format_object_title(object) %>
  <% if object.has_tag?(:abstract) %><span class="abstract note title">Abstract</span><% end %>
  <% if object.has_tag?(:deprecated) %><span class="deprecated note title">Deprecated</span><% end %>
  <% if object.has_tag?(:api) && object.tag(:api).text == 'private' %><span class="private note title">Private</span><% end %>
</h1>