]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces and remove trailing white-spaces at app/views/versions/index...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:24:17 +0000 (09:24 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:24:17 +0000 (09:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7236 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/versions/index.html.erb

index 56785add262ae18967927d846b54268a61a2db94..edca6092b20c5ff6f15dc045fc6e30bff33c6829 100644 (file)
@@ -1,5 +1,5 @@
 <div class="contextual">
-       <%= 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) %>
 </div>
 
 <h2><%=l(:label_roadmap)%></h2>
@@ -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 -%>
     <table class="list related-issues">
     <caption><%= l(:label_related_issues) %></caption>
     <% issues.each do |issue| -%>
@@ -41,7 +41,7 @@
 <br />
 <label for="completed"><%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %></label>
 <% if @project.descendants.active.any? %>
-       <%= hidden_field_tag 'with_subprojects', 0 %>
+  <%= hidden_field_tag 'with_subprojects', 0 %>
   <br /><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label>
 <% end %>
 <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>