#1875: Change detach icon

This commit is contained in:
Toks
2013-07-23 14:38:28 -04:00
parent ddeacb81e8
commit 9815ace650

View File

@@ -63,7 +63,7 @@
<div>
<%= f.label :tag_string, "Tags" %>
<%= f.text_area :tag_string, :size => "50x5", :value => post.presenter.categorized_tag_string + " " %>
<span id="open-post-edit-dialog" class="ui-icon ui-icon-arrow-2-ne-sw" title="detach"/>
<span id="open-post-edit-dialog" class="ui-icon ui-icon-arrow-1-ne" title="detach"/>
</div>
<%= button_tag "Related tags", :id => "related-tags-button", :type => "button" %>