Sha256: 6280e19c42840a3ab48516ba548d26c1cb20f14b40255c6bdbd409bfa05b35c2

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

= <%= title %>

<% notes.each_with_index do |note, index| %>
* <%= note.label %>: <%= h note.textline %> (<%= note.file %>: <%= note.line %>)
<% if note.code? %><%= "\n" + note.code.tabset(4).rstrip + "\n\n" %><% end %>
<% end %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
mvz-dnote-1.10.0 lib/dnote/templates/rdoc/list.erb
mvz-dnote-1.9.0 lib/dnote/templates/rdoc/list.erb
mvz-dnote-1.8.0 lib/dnote/templates/rdoc/list.erb
mvz-dnote-1.7.2 lib/dnote/templates/rdoc/list.erb
mvz-dnote-1.7.1 lib/dnote/templates/rdoc/list.erb
dnote-1.7.1 lib/dnote/templates/rdoc/list.erb
dnote-1.7.0 lib/dnote/templates/rdoc/list.erb