From: Jean-Philippe Lang Date: Mon, 4 Jul 2011 19:40:54 +0000 (+0000) Subject: Removed leading dash in ruby code. X-Git-Tag: 1.3.0~1735 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e950c9db5af98a25675d7a1edd46bba742921423;p=redmine.git Removed leading dash in ruby code. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6181 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/versions/index.html.erb b/app/views/versions/index.html.erb index e8acb3d01..a426061fa 100644 --- a/app/views/versions/index.html.erb +++ b/app/views/versions/index.html.erb @@ -17,12 +17,12 @@ <% form_tag({}) do -%> - <%- issues.each do |issue| -%> + <% issues.each do |issue| -%> - <%- end -%> + <% end -%> <% end %> <% end %>