diff --git a/pagure/templates/repo_pull_request.html b/pagure/templates/repo_pull_request.html index 67fde9c..99c5c82 100644 --- a/pagure/templates/repo_pull_request.html +++ b/pagure/templates/repo_pull_request.html @@ -467,7 +467,13 @@ {% endif %}
{% endif %} @@ -971,10 +977,10 @@ $(document).ready(function() { var _el = $('#local_pull_info'); if (! _el.is(':visible')){ _el.show(); - $('#local_pull_info_btn').text('^'); + $('#local_pull_info_btn').html(''); } else { _el.hide(); - $('#local_pull_info_btn').text('v'); + $('#local_pull_info_btn').html(''); } return false; });