summaryrefslogtreecommitdiff
path: root/lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml
blob: 93d57f39f61c5f9fe5aecdf82edc2df920d94e26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<% if !svninfo.empty? then %>
<nav id="file-svninfo-section" class="section">
  <h3 class="section-header">VCS Info</h3>
  <div class="section-body">
    <dl class="svninfo">
      <dt>Rev
      <dd><%= svninfo[:rev] %>

      <dt>Last Checked In
      <dd><%= svninfo[:commitdate].strftime('%Y-%m-%d %H:%M:%S') %>
        (<%= svninfo[:commitdelta] %> ago)

      <dt>Checked in by
      <dd><%= svninfo[:committer] %>
    </dl>
  </div>
</nav>
<% end %>