1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-11 13:15:20 +00:00

Display the changeset details when the diff is for a single changeset only (#4266).

git-svn-id: http://svn.redmine.org/redmine/trunk@15141 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-01-31 11:07:25 +00:00
parent f761d74316
commit 453c4ae580

View File

@ -1,4 +1,8 @@
<% if @changeset_to %>
<h2><%= l(:label_revision) %> <%= @diff_format_revisions %> <%= @path %></h2>
<% else %>
<%= render :partial => 'changeset' %>
<% end %>
<!-- Choose view type -->
<%= form_tag({:action => 'diff', :id => @project,