Sha256: cc211d6a726164351ce752fddd1941cbf4e6bb98fd8e7d8de039704011e31d75
Contents?: true
Size: 619 Bytes
Versions: 4
Compression:
Stored size: 619 Bytes
Contents
- @title = root = partial("header", :locals => { :parent => parent, :file => true, :idx => idx }) - if revisions && revisions.any? %table.condensed-table.zebra-striped %thead %tr %th Commit %th Subject %th Author %th Committed %tbody - revisions.each_with_index do |r, i| %tr %td.commit %a{ :href => "?revision=#{r[:commit]}" } = r[:commit] %td.subject= r[:subject] %td.author= r[:author] %td.date.reldate= r[:date] - if revisions.empty? %p No revisions for this file could be found.
Version data entries
4 entries across 4 versions & 1 rubygems