Sha256: 2270d6e695cf9fa072fde401e1de42c8f61133d01e02fa254a050f0e5a27867b

Contents?: true

Size: 430 Bytes

Versions: 7

Compression:

Stored size: 430 Bytes

Contents

<?xml version="1.0" ?>
<notes>
<% notes.by_file_label.each do |file, per_label| %>
    <file src="<%= file %>">
<% per_label.each do |label, lnotes| %>
        <label name="<%= label %>">
<% line_notes.sort!{ |a,b| a.line <=> b.line } %>
<% line_notes.each do |note| %>
            <note line="<%= note.line %>" type="<%= label %>"><%= h note.textline %></note>
<% end %>
        </label>
<% end %>
    </file>
<% end %>
</notes>

Version data entries

7 entries across 7 versions & 1 rubygems

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