2007-06-12 20:12:05 +00:00
|
|
|
<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2>
|
|
|
|
|
2008-12-22 20:33:01 +00:00
|
|
|
<p><%= render :partial => 'link_to_functions' %></p>
|
2007-06-12 20:12:05 +00:00
|
|
|
|
2008-07-05 08:59:04 +00:00
|
|
|
<%= render_properties(@properties) %>
|
|
|
|
|
2008-06-08 15:46:15 +00:00
|
|
|
<%= render(:partial => 'revisions',
|
|
|
|
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
|
2007-12-07 18:42:40 +00:00
|
|
|
|
2008-01-02 22:41:53 +00:00
|
|
|
<% html_title(l(:label_change_plural)) -%>
|