Commit 6a1323f1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7792 from cirosantilli/link_to_reply_diff

Fix link_to_reply_diff.
parents f96b954b 9439602e
...@@ -69,9 +69,8 @@ module NotesHelper ...@@ -69,9 +69,8 @@ module NotesHelper
link_to "javascript:;", class: "btn reply-btn js-discussion-reply-button", link_to "javascript:;", class: "btn reply-btn js-discussion-reply-button",
data: data, title: "Add a reply" do data: data, title: "Add a reply" do
link_text = "" link_text = content_tag(:i, nil, class: 'icon-comment')
link_text < content_tag(:i, nil, class: 'icon-comment') link_text << ' Reply'
link_text << "Reply" end
end
end 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