Commit 2ed5211dad88dc0b0cccb1104ed2180192609950

Authored by gitlabhq
1 parent 8a23682f

fixes

Showing 1 changed file with 0 additions and 10 deletions   Show diff stats
app/views/issues/show.html.haml
@@ -56,13 +56,3 @@ @@ -56,13 +56,3 @@
56 = link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "lbutton positive", :remote => true 56 = link_to 'Edit', edit_project_issue_path(@project, @issue), :class => "lbutton positive", :remote => true
57 .right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "lbutton delete-issue negative", :id => "destroy_issue_#{@issue.id}" 57 .right= link_to 'Destroy', [@project, @issue], :confirm => 'Are you sure?', :method => :delete, :class => "lbutton delete-issue negative", :id => "destroy_issue_#{@issue.id}"
58 .clear 58 .clear
59 -  
60 -:javascript  
61 - $(function(){  
62 - $("#note_note").live("click", function(){  
63 - $(this).css("height", "100px");  
64 - $('.attach_holder').show();  
65 - });  
66 -  
67 - NoteList.init("wall", #{@notes.last.id}, #{@notes.first.id});  
68 - });