Commit 9439602e authored by Ciro Santilli's avatar Ciro Santilli

Fix link_to_reply_diff.

parent ac516abe
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment