diff options
author | Michel Engelen <michel.engelen@diva-e.com> | 2019-06-14 09:11:31 +0200 |
---|---|---|
committer | Michel Engelen <michel@nomorejs.net> | 2019-07-02 14:29:54 +0200 |
commit | 5a45f78b1edb23ac54abc3329830a6d8463e2611 (patch) | |
tree | d8332e37e5ff95ddc50e23119db262f040ea97b6 | |
parent | c59584f3f88cd65f875b20be8fce93033b58b49b (diff) | |
download | gitlab-ce-5a45f78b1edb23ac54abc3329830a6d8463e2611.tar.gz |
replaced string `discussion` wit `thread` in discussion template
-rw-r--r-- | app/views/discussions/_discussion.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/discussions/_discussion.html.haml b/app/views/discussions/_discussion.html.haml index cc4d2ab64fa..9659d416a38 100644 --- a/app/views/discussions/_discussion.html.haml +++ b/app/views/discussions/_discussion.html.haml @@ -18,7 +18,7 @@ .inline.discussion-headline-light = discussion.author.to_reference - started a discussion + started a thread - url = discussion_path(discussion) - if discussion.for_commit? && @noteable != discussion.noteable |