code layout cleanup app/views/repositories/_revisions.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8703 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
09c305d29f
commit
564653167e
|
@ -1,5 +1,9 @@
|
||||||
<% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %>
|
<% show_revision_graph = ( @repository.supports_revision_graph? && path.blank? ) %>
|
||||||
<% form_tag({:controller => 'repositories', :action => 'diff', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(path)}, :method => :get) do %>
|
<% form_tag(
|
||||||
|
{:controller => 'repositories', :action => 'diff', :id => @project,
|
||||||
|
:repository_id => @repository.identifier_param, :path => to_path_param(path)},
|
||||||
|
:method => :get
|
||||||
|
) do %>
|
||||||
<table class="list changesets">
|
<table class="list changesets">
|
||||||
<thead><tr>
|
<thead><tr>
|
||||||
<% if show_revision_graph %>
|
<% if show_revision_graph %>
|
||||||
|
|
Loading…
Reference in New Issue