Sha256: 14bc2417e2e2d3c31c40952f99d485af50eb28242e34c828617f120ef3d569e6
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 Bytes
Contents
<%= title %> <% notes.each do |label, per_file| %> <%= label %>: <% per_file.each do |file, line_notes| %> <% line_notes.sort!{ |a,b| a[0] <=> b[0] } %><% line_notes.each do |line, note| %> <%= note.indent(10).sub(' ' * 10,' * ') %> (<%= file %>:<%= line %>) <% end; end; end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dnote-1.1.4 | lib/dnote/templates/gnu.erb |
dnote-1.1.3 | lib/dnote/templates/gnu.erb |
dnote-1.1.2 | lib/dnote/templates/gnu.erb |