Commit 2b5c61bdece1f7eb2b901ceea7d364065cdf76ac
1 parent
460eeb13
Exists in
master
and in
4 other branches
Title for a link fixed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/issues/show.html.haml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | - if @issue.closed |
10 | 10 | = link_to 'Reopen', project_issue_path(@project, @issue, :issue => {:closed => false }, :status_only => true), :method => :put, :class => "btn" |
11 | 11 | - else |
12 | - = link_to 'Close', project_issue_path(@project, @issue, :issue => {:closed => true }, :status_only => true), :method => :put, :class => "btn", :title => "Close merge request" | |
12 | + = link_to 'Close', project_issue_path(@project, @issue, :issue => {:closed => true }, :status_only => true), :method => :put, :class => "btn", :title => "Close Issue" | |
13 | 13 | - if can?(current_user, :admin_project, @project) || @issue.author == current_user |
14 | 14 | = link_to edit_project_issue_path(@project, @issue), :class => "btn small" do |
15 | 15 | Edit | ... | ... |