]> source.dussan.org Git - redmine.git/commitdiff
Fixed source indentation (#8106).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 30 Oct 2012 15:17:11 +0000 (15:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 30 Oct 2012 15:17:11 +0000 (15:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10772 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/versions/_issue_counts.html.erb

index 50f174d08734d0474839f80f2f236a042c838a31..002be4938f6307382a493b013d36605ceb0aecee 100644 (file)
     <% counts.each do |count| %>
     <tr>
         <td width="130px" align="right" >
-               <% if count[:group] -%>
+          <% if count[:group] -%>
             <%= link_to(h(count[:group]), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => count[:group])) %>
-                                 <% else -%>
+          <% else -%>
             <%= link_to(l(:label_none), project_issues_path(version.project, :set_filter => 1, :status_id => '*', :fixed_version_id => version, "#{criteria}_id" => "!*")) %>
-                                 <% end %>
+          <% end %>
         </td>
         <td width="240px">
             <%= progress_bar((count[:closed].to_f / count[:total])*100,