##// END OF EJS Templates
Display the changeset details when the diff is for a single changeset only (#4266)....
Jean-Philippe Lang -
r14759:453c4ae58013
parent child
Show More
@@ -1,4 +1,8
1 <% if @changeset_to %>
2 <h2><%= l(:label_revision) %> <%= @diff_format_revisions %> <%= @path %></h2>
3 <% else %>
1 <%= render :partial => 'changeset' %>
4 <%= render :partial => 'changeset' %>
5 <% end %>
2
6
3 <!-- Choose view type -->
7 <!-- Choose view type -->
4 <%= form_tag({:action => 'diff', :id => @project,
8 <%= form_tag({:action => 'diff', :id => @project,
General Comments 0
You need to be logged in to leave comments. Login now