issue can be edit from show page
This commit is contained in:
parent
f4e7ad7a4b
commit
2258db66c2
3 changed files with 11 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
.span-15
|
||||
= simple_format html_escape(@issue.content)
|
||||
|
||||
|
||||
.clear
|
||||
%br
|
||||
.issue_notes= render "notes/notes"
|
||||
.span-8.right
|
||||
.span-8
|
||||
|
@ -39,5 +43,10 @@
|
|||
- else
|
||||
= check_box_tag "closed", 1, @issue.closed, :disabled => true
|
||||
|
||||
|
||||
- if can?(current_user, :admin_issue, @issue)
|
||||
.clear
|
||||
= link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "lbutton positive", :remote => true
|
||||
.right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "lbutton delete-issue negative", :id => "destroy_issue_#{@issue.id}"
|
||||
.clear
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue