From 86f74fad25740889aace475e68f98d410a9f6089 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:24:17 +0000 Subject: [PATCH] replace tabs to spaces and remove trailing white-spaces at app/views/versions/index.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7236 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/versions/index.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index 56785add2..edca6092b 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -1,5 +1,5 @@
- <%= link_to l(:label_version_new), {:controller => 'versions', :action => 'new'}, :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %> + <%= link_to l(:label_version_new), {:controller => 'versions', :action => 'new'}, :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %>

<%=l(:label_roadmap)%>

@@ -14,7 +14,7 @@ <%= render(:partial => "wiki/content", :locals => {:content => version.wiki_page.content}) if version.wiki_page %> <% if (issues = @issues_by_version[version]) && issues.size > 0 %> - <% form_tag({}) do -%> + <% form_tag({}) do -%> <% issues.each do |issue| -%> @@ -41,7 +41,7 @@
<% if @project.descendants.active.any? %> - <%= hidden_field_tag 'with_subprojects', 0 %> + <%= hidden_field_tag 'with_subprojects', 0 %>
<% end %>

<%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %>