]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/issues/_relations.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 12:38:31 +0000 (12:38 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 12:38:31 +0000 (12:38 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6340 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/_relations.rhtml

index 022ed590b77ccfbd5703d3d685c9a5066550ab37..4c114c485395963285b9aa04e0a2ff886ff4e058 100644 (file)
@@ -19,7 +19,7 @@
 <td class="status"><%=h relation.other_issue(@issue).status.name %></td>
 <td class="start_date"><%= format_date(relation.other_issue(@issue).start_date) %></td>
 <td class="due_date"><%= format_date(relation.other_issue(@issue).due_date) %></td>
-<td class="buttons"><%= link_to_remote(image_tag('link_break.png'), { :url => {:controller => 'issue_relations', :action => 'destroy', :id => relation},                                              
+<td class="buttons"><%= link_to_remote(image_tag('link_break.png'), { :url => {:controller => 'issue_relations', :action => 'destroy', :id => relation},
                                                   :method => :delete
                                                 }, :title => l(:label_relation_delete)) if authorize_for('issue_relations', 'destroy') %></td>
 </tr>
@@ -28,7 +28,7 @@
 </form>
 <% end %>
 
-<% remote_form_for(:relation, @relation, 
+<% remote_form_for(:relation, @relation,
                  :url => {:controller => 'issue_relations', :action => 'create', :issue_id => @issue},
                  :method => :post,
                  :complete => "Form.Element.focus('relation_issue_to_id');",