fixes
This commit is contained in:
parent
8a23682fc5
commit
2ed5211dad
1 changed files with 0 additions and 10 deletions
|
@ -56,13 +56,3 @@
|
|||
= 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
|
||||
|
||||
:javascript
|
||||
$(function(){
|
||||
$("#note_note").live("click", function(){
|
||||
$(this).css("height", "100px");
|
||||
$('.attach_holder').show();
|
||||
});
|
||||
|
||||
NoteList.init("wall", #{@notes.last.id}, #{@notes.first.id});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue