From: Jean-Philippe Lang Date: Fri, 29 Apr 2011 12:05:18 +0000 (+0000) Subject: Moved the version summary to the right of related issues. X-Git-Tag: 1.2.0~285 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fb0641d43f1bf0a3dfdd2a1ee0fdc8c6e0f0eaeb;p=redmine.git Moved the version summary to the right of related issues. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5599 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml index 13769a5b9..6d37d29c7 100644 --- a/app/views/versions/show.rhtml +++ b/app/views/versions/show.rhtml @@ -6,6 +6,10 @@

<%= h(@version.name) %>

+
+<%= render :partial => 'versions/overview', :locals => {:version => @version} %> +<%= render(:partial => "wiki/content", :locals => {:content => @version.wiki_page.content}) if @version.wiki_page %> +
<% if @version.estimated_hours > 0 || User.current.allowed_to?(:view_time_entries, @project) %>
<%= l(:label_time_tracking) %> @@ -29,10 +33,6 @@
-
-<%= render :partial => 'versions/overview', :locals => {:version => @version} %> -<%= render(:partial => "wiki/content", :locals => {:content => @version.wiki_page.content}) if @version.wiki_page %> - <% if @issues.present? %>