Sha256: aeed0a7626cb8fa996152011985f745e3abae561539ba63b4ee0567ed368cdd4

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

<%= title %>

<% notes.by_label.each do |label, line_notes| %>

<%= label %>


<% line_notes.each_with_index do |note, i| %>
<%= note.text.indent(6).sub(' ' * 6,(" %3s. " % [i+1])) %> (<%= note.file %>:<%= note.line %>)
<% if note.code? %><%= "\n" + note.code.tabset(8) + "\n" %><% end %>
<% end; end %>

Version data entries

7 entries across 7 versions & 2 rubygems

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