@@ -13,6 +13,7 | |||
|
13 | 13 | <%= "(#{number_to_human_size(@entry.size)})" if @entry.size %> |
|
14 | 14 | </p> |
|
15 | 15 | |
|
16 | <%= render :partial => 'revisions', :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }%> | |
|
16 | <%= render(:partial => 'revisions', | |
|
17 | :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %> | |
|
17 | 18 | |
|
18 | 19 | <% html_title(l(:label_change_plural)) -%> |
General Comments 0
You need to be logged in to leave comments.
Login now