D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
rdoc
/
generator
/
template
/
darkfish
/
Filename :
_sidebar_VCS_info.rhtml
back
Copy
<% if !svninfo.empty? then %> <div id="file-svninfo-section" class="nav-section"> <h3>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> </div> <% end %>