[refs #194] add space between list and create form

This commit is contained in:
Alexander Machehin 2012-03-02 01:11:21 +06:00 committed by Pavel Chipiga
parent c30cd83c33
commit de177f1d03
1 changed files with 1 additions and 1 deletions

View File

@ -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}