Sha256: 8830aeca74d2bfaab0e4081681575665e5705df941ceb9a57db2168e92031690

Contents?: true

Size: 246 Bytes

Versions: 7

Compression:

Stored size: 246 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 %>)
<% if note.code? %><%= "\n" + note.code.tabset(8) + "\n" %><% end %>
<% end %>

Version data entries

7 entries across 7 versions & 2 rubygems

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