Vote #64556
完了Contextual divs after attachments are placed incorrectly in FireFox
開始日:
2009/01/31
期日:
進捗率:
50%
予定工数:
0.10時間
Redmineorg_URL:
category_id:
10
version_id:
6
issue_org_id:
2633
author_id:
2928
assigned_to_id:
0
comments:
2
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
説明
Was able to fix this issue by moving the contextual inside the message div.
Index: app/views/messages/show.rhtml =================================================================== --- app/views/messages/show.rhtml (revision 2338) +++ app/views/messages/show.rhtml (working copy) @@ -23,12 +23,12 @@<%= l(:label_reply_plural) %>¶
<% @replies.each do |message| %> "> -- <%= link_to_remote_if_authorized image_tag('comment.png'), { :url => {:action => 'quote', :id => message} }, :title => l(:button_quote) %> - <%= link_to(image_tag('edit.png'), {:action => 'edit', :id => message}, :title => l(:button_edit)) if message.editable_by?(User.current) %> - <%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) if message.destroyable_by?(User.current) %> -
journals
Sorry, that should have been a png extension.
--------------------------------------------------------------------------------
Committed in r2345. Thanks.
--------------------------------------------------------------------------------
いいね!0