Show More
@@ -425,7 +425,7 b' form.comment-form {' | |||
|
425 | 425 | } |
|
426 | 426 | |
|
427 | 427 | .comment-footer { |
|
428 |
margin-bottom: |
|
|
428 | margin-bottom: 50px; | |
|
429 | 429 | margin-top: 10px; |
|
430 | 430 | } |
|
431 | 431 | } |
@@ -563,16 +563,17 b'' | |||
|
563 | 563 | ${comment.generate_comments(c.comments, include_pull_request=True, is_pull_request=True)} |
|
564 | 564 | |
|
565 | 565 | % if not c.pull_request.is_closed(): |
|
566 | ## main comment form and it status | |
|
567 | ${comment.comments(h.route_path('pullrequest_comment_create', repo_name=c.repo_name, | |
|
568 | pull_request_id=c.pull_request.pull_request_id), | |
|
569 | c.pull_request_review_status, | |
|
570 | is_pull_request=True, change_status=c.allowed_to_change_status)} | |
|
571 | ||
|
566 | 572 | ## merge status, and merge action |
|
567 | 573 |
|
|
568 | 574 | <%include file="/pullrequests/pullrequest_merge_checks.mako"/> |
|
569 | 575 | </div> |
|
570 | 576 | |
|
571 | ## main comment form and it status | |
|
572 | ${comment.comments(h.route_path('pullrequest_comment_create', repo_name=c.repo_name, | |
|
573 | pull_request_id=c.pull_request.pull_request_id), | |
|
574 | c.pull_request_review_status, | |
|
575 | is_pull_request=True, change_status=c.allowed_to_change_status)} | |
|
576 | 577 |
|
|
577 | 578 | |
|
578 | 579 | <script type="text/javascript"> |
General Comments 0
You need to be logged in to leave comments.
Login now