[#369] fix new comment header
This commit is contained in:
parent
92bb6dcd08
commit
2ebb00cee2
|
@ -7,6 +7,7 @@ h3
|
|||
h3.panel-title
|
||||
= f.label :body
|
||||
.pull-right= render 'projects/comments/button_md_help'
|
||||
.clearfix
|
||||
.panel-body
|
||||
= render 'projects/comments/body', f: f, id: 'new-comment', ctrl: 'commentsCtrl',
|
||||
ang_model: 'new_body'
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
h3.panel-title
|
||||
= f.label :body
|
||||
.pull-right== render 'projects/comments/button_md_help.html.slim'
|
||||
.clearfix
|
||||
.panel-body
|
||||
== render 'projects/comments/body.html.slim', f: f, id: "comment-#{comment.id}",
|
||||
ctrl: 'commentsCtrl'
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
h3.panel-title
|
||||
= f.label :body
|
||||
.pull-right= render 'projects/comments/button_md_help'
|
||||
.clearfix
|
||||
.panel-body
|
||||
= render 'projects/comments/body', f: f, id: 'new-inline-comment', ctrl: 'commentsCtrl',
|
||||
ang_model: 'new_inline_body'
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
- t('activerecord.attributes.issue.body')
|
||||
= f.label :body
|
||||
.pull-right= render 'projects/comments/button_md_help'
|
||||
.clearfix
|
||||
.panel-body
|
||||
= render 'projects/comments/body', f: f, id: 'issue', ctrl: 'issueCtrl'
|
||||
|
|
Loading…
Reference in New Issue