11 lines
609 B
Plaintext
11 lines
609 B
Plaintext
|
#open-comment.comment.view.new_line_comment
|
||
|
=link_to t('layout.comments.md_cheatsheet_header'), '#md_help', 'data-toggle' => 'modal', :style => 'float:right;'
|
||
|
%h3.tmargin0= t("layout.comments.new_header")
|
||
|
= form_for :comment, :url => project_commit_comments_path(@project, @commentable), :method => :post, :html => { :class => :form } do |f|
|
||
|
= render "projects/comments/form", :f => f, :id => 'new_line'
|
||
|
.comment-left
|
||
|
=link_to t('layout.cancel'), '#', :class => 'cancel_inline_comment button'
|
||
|
=hidden_field_tag :path, params[:path]
|
||
|
=hidden_field_tag :line, params[:line]
|
||
|
.both
|