Sha256: 10465e8bcb396d3040d5bfce2451d7312f32a141b156d05b7739e2d8e0fea510

Contents?: true

Size: 177 Bytes

Versions: 7

Compression:

Stored size: 177 Bytes

Contents

<%= title %>


<% notes.each_with_index do |note, index| %>
<%= "%4s %s %s" % [index+1, note.label, note.text.gsub("\n", ' ')] %> (<%= note.file %>:<%= note.line %>)
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dnote-1.6.1 lib/dnote/templates/text/list.erb
dnote-1.6.0 lib/dnote/templates/text/list.erb
dnote-1.4.0 lib/dnote/templates/text/list.erb
dnote-1.3.1 lib/dnote/templates/text/list.erb
dnote-1.3.0 lib/dnote/templates/text/list.erb
dnote-1.2.1 lib/dnote/templates/text/list.erb
dnote-1.2.0 lib/dnote/templates/text/list.erb