Commit 7971383d53cdd30c6d2beddcb4d5289eb7b0c876
1 parent
a048c955
Exists in
master
and in
4 other branches
Rename the "Comments" tab for merge requests "Discussion"
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/views/merge_requests/_show.html.haml
... | ... | @@ -7,9 +7,9 @@ |
7 | 7 | - if @commits.present? |
8 | 8 | %ul.nav.nav-tabs.mr_nav_tabs |
9 | 9 | %li |
10 | - = link_to "#notes", title: "Comments", "data-url" => project_merge_request_path(@project, @merge_request), class: "merge-notes-tab tab" do | |
11 | - %i.icon-comment | |
12 | - Comments | |
10 | + = link_to "#notes", title: "Discussion", "data-url" => project_merge_request_path(@project, @merge_request), class: "merge-notes-tab tab" do | |
11 | + %i.icon-comments | |
12 | + Discussion | |
13 | 13 | %li |
14 | 14 | = link_to "#diffs", title: "Diff", "data-url" => diffs_project_merge_request_path(@project, @merge_request), class: "merge-diffs-tab tab" do |
15 | 15 | %i.icon-list-alt | ... | ... |