Sha256: 94ede5758423bc426efe00b1390c37dd6f5311acca158df4ad0b41493fcbbc62

Contents?: true

Size: 311 Bytes

Versions: 7

Compression:

Stored size: 311 Bytes

Contents

<%= title %>

<% notes.by_file.each do |file, line_notes| %>

<%= file %>:

<% line_notes.sort!{ |a,b| a.line <=> b.line } %><% line_notes.each do |note| %>
<%= note.to_s.indent(4).sub(' ' * 4,'    * ') %> (<%= note.line %>)
<% if note.code? %><%= "\n" + note.code.tabset(10) + "\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/file.erb
mvz-dnote-1.9.0 lib/dnote/templates/text/file.erb
mvz-dnote-1.8.0 lib/dnote/templates/text/file.erb
mvz-dnote-1.7.2 lib/dnote/templates/text/file.erb
mvz-dnote-1.7.1 lib/dnote/templates/text/file.erb
dnote-1.7.1 lib/dnote/templates/text/file.erb
dnote-1.7.0 lib/dnote/templates/text/file.erb