##// END OF EJS Templates
pull-request: flip the order of comments/merge status. Comments should be close to actuall comments
marcink -
r4051:e5416152 default
parent child Browse files
Show More
@@ -425,7 +425,7 b' form.comment-form {'
425 }
425 }
426
426
427 .comment-footer {
427 .comment-footer {
428 margin-bottom: 110px;
428 margin-bottom: 50px;
429 margin-top: 10px;
429 margin-top: 10px;
430 }
430 }
431 }
431 }
@@ -563,16 +563,17 b''
563 ${comment.generate_comments(c.comments, include_pull_request=True, is_pull_request=True)}
563 ${comment.generate_comments(c.comments, include_pull_request=True, is_pull_request=True)}
564
564
565 % if not c.pull_request.is_closed():
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 ## merge status, and merge action
572 ## merge status, and merge action
567 <div class="pull-request-merge">
573 <div class="pull-request-merge">
568 <%include file="/pullrequests/pullrequest_merge_checks.mako"/>
574 <%include file="/pullrequests/pullrequest_merge_checks.mako"/>
569 </div>
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 %endif
577 %endif
577
578
578 <script type="text/javascript">
579 <script type="text/javascript">
General Comments 0
You need to be logged in to leave comments. Login now