changes.rhtml
10 lines
| 449 B
| text/html+ruby
|
RhtmlLexer
|
r556 | <h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2> | ||
|
r2165 | <p><%= render :partial => 'link_to_functions' %></p> | ||
|
r556 | |||
|
r1613 | <%= render_properties(@properties) %> | ||
|
r1497 | <%= render(:partial => 'revisions', | ||
:locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> | ||||
|
r951 | |||
|
r1019 | <% html_title(l(:label_change_plural)) -%> | ||