Use of local variable for consistency.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8851 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip 2012-02-11 14:59:57 +00:00
parent 1ad977f712
commit ec537f6ea4
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %>
<% form_tag(
{:controller => 'repositories', :action => 'diff', :id => @project,
{:controller => 'repositories', :action => 'diff', :id => project,
:repository_id => @repository.identifier_param, :path => to_path_param(path)},
:method => :get
) do %>