Sha256: 690ad19184d6d5f2cd5d3f05dd3012fda80cdc1999a09b3652200d2f59895d48

Contents?: true

Size: 529 Bytes

Versions: 9

Compression:

Stored size: 529 Bytes

Contents

= render partial: 'new_comment', locals: { comment: (new_comment || current_task.comments.new) }
= render current_task.comments.ascending.preload(:owner)

:javascript
  hljs.highlightAll();
  window.comments.initAddNewComment('comment_content');

  $(document).on('click', '.media-comment a.edit-comment', function() {
    window.comments.clickEditComment(this);
    return false;
  });
  $(document).on('click', '.media-comment a.cancel-edit-mode', function() {
    window.comments.cancelEditMode(this);
    return false;
  });

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rails_execution-0.1.12 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.11 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.10 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.9 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.8 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.7 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.5 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.4 app/views/rails_execution/tasks/_comments.html.haml
rails_execution-0.1.2 app/views/rails_execution/tasks/_comments.html.haml