[refs #194] add space between list and create form
This commit is contained in:
parent
c30cd83c33
commit
de177f1d03
|
@ -26,9 +26,9 @@
|
|||
.both
|
||||
=f.submit t('layout.update'), :id => 'update_issue_content'
|
||||
=link_to t('layout.issues.cancel_button'), '#', :id => 'cancel_edit_issue_content', :class => 'button'
|
||||
%br
|
||||
%br
|
||||
=render :partial => 'issues/status'
|
||||
|
||||
= render :partial => "comments/list", :locals => {:list => @issue.comments, :project => @project, :commentable => @issue}
|
||||
%br
|
||||
= render :partial => "comments/add", :locals => {:project => @project, :commentable => @issue}
|
Loading…
Reference in New Issue