Commit e6ea73c77600d413d370249b8e392734f7d1dbee

Authored by Dmitriy Zaporozhets
2 parents 4a3c05b6 2b5c61bd

Merge pull request #468 from bencevans/patch-1

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
... ...