]> source.dussan.org Git - redmine.git/commitdiff
Removed leading dash in ruby code.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 4 Jul 2011 19:40:54 +0000 (19:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 4 Jul 2011 19:40:54 +0000 (19:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6181 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/versions/index.html.erb

index e8acb3d01e0c01cd1582a3c9fcb46409a628622c..a426061faab4ba28e492cecac9f18e41481b918d 100644 (file)
     <% form_tag({}) do -%>     
     <table class="list related-issues">
     <caption><%= l(:label_related_issues) %></caption>
-    <%- issues.each do |issue| -%>
+    <% issues.each do |issue| -%>
       <tr class="hascontextmenu">
         <td class="checkbox"><%= check_box_tag 'ids[]', issue.id %></td>
         <td><%= link_to_issue(issue, :project => (@project != issue.project)) %></td>
       </tr>
-    <%- end -%>
+    <% end -%>
     </table>
     <% end %>
     <% end %>