diff --git a/kallithea/templates/pullrequests/pullrequest_show_my_data.html b/kallithea/templates/pullrequests/pullrequest_show_my_data.html --- a/kallithea/templates/pullrequests/pullrequest_show_my_data.html +++ b/kallithea/templates/pullrequests/pullrequest_show_my_data.html @@ -5,7 +5,6 @@ ${h.checkbox('show_closed',checked="chec %for pull_request in c.my_pull_requests:
  • -
    %if pull_request.last_review_status: %else: @@ -22,12 +21,9 @@ ${h.checkbox('show_closed',checked="chec %if pull_request.is_closed(): (${_('Closed')}) %endif -
    -
    - ${h.form(url('pullrequest_delete', repo_name=pull_request.other_repo.repo_name, pull_request_id=pull_request.pull_request_id),method='delete')} + ${h.form(url('pullrequest_delete', repo_name=pull_request.other_repo.repo_name, pull_request_id=pull_request.pull_request_id),method='delete', style="display:inline-block")} ${h.submit('remove_%s' % pull_request.pull_request_id, '', title=_('Delete Pull Request'),class_="delete_icon action_button",onclick="return confirm('"+_('Confirm to delete this pull request')+"');")} ${h.end_form()} -
  • %endfor @@ -42,7 +38,6 @@ ${h.checkbox('show_closed',checked="chec %for pull_request in c.participate_in_pull_requests:
  • -
    %if pull_request.last_review_status: %else: @@ -60,7 +55,6 @@ ${h.checkbox('show_closed',checked="chec %if pull_request.is_closed(): (${_('Closed')}) %endif -
  • %endfor