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