Fix link_to_reply_diff.

This commit is contained in:
Ciro Santilli
2014-09-19 14:15:24 +02:00
parent ac516abe95
commit 9439602edc
+3 -4
View File
@@ -69,9 +69,8 @@ module NotesHelper
link_to "javascript:;", class: "btn reply-btn js-discussion-reply-button",
data: data, title: "Add a reply" do
link_text = ""
link_text < content_tag(:i, nil, class: 'icon-comment')
link_text << "Reply"
end
link_text = content_tag(:i, nil, class: 'icon-comment')
link_text << ' Reply'
end
end
end