rosa-build/app/views/projects/comments/new_line.html.haml

11 lines
537 B
Plaintext
Raw Normal View History

#open-comment.comment.view.new_line_comment
=render 'projects/comments/button_md_help'
%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