diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 1a95640..34ac8c6 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -596,6 +596,7 @@ blockquote { margin-top: -4px; color: #999; } + .msg-git-hash{ font-family:monospace; background-color:#eee; @@ -696,6 +697,11 @@ a.nav-link.btn{ background-color:#ddd; } +.semi_link { + color: #0275d8; + cursor: pointer; +} + .codehilite .hll { background-color: #ffffcc } .codehilite { background: #f8f8f8; } .codehilite .c { color: #8f5902; font-style: italic } /* Comment */ diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 8f17577..ad79d65 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -163,7 +163,9 @@ repo=repo.name, username=username, namespace=repo.namespace, - commitid=commitid, branch_from=branch_from, + commitid=commitid, + branch_from=branch_from, + project_to=project_to, branch_to=branch_to) }}" method="post"> {% endif %}
@@ -187,7 +189,10 @@ into - {{ parent.fullname }} + + {{ parent.fullname }} +   {{ form.csrf_token }}
' + + res.family[el] + + '' + + '
'; + _t = _t.replace('---', res.family[el]); + _text += _t; + } + var _el = $('#family_list'); + _el.html(_text); + }, + }); + }); + {% endif %} });