Sha256: 1461dd65f8bb001bb00116c45f10a356e28095a875ac35673eb9f78a3ebc665f

Contents?: true

Size: 432 Bytes

Versions: 14

Compression:

Stored size: 432 Bytes

Contents

<?xml version="1.0" ?>
<notes>
<% notes.by_label_file.each do |label, per_file| %>
    <label name="<%= label %>">
<% per_file.each do |file, line_notes| %>
        <file src="<%= file %>">
<% 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 %>
        </file>
<% end %>
    </label>
<% end %>
</notes>

Version data entries

14 entries across 7 versions & 1 rubygems

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