diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 0417899..e887bd4 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -1,7 +1,7 @@ {% extends "repo_master.html" %} {% from "_formhelper.html" import render_field, render_bootstrap_field, show_comment, show_initial_comment %} -{% block title %}Issue #{{ issueid }} - {{ repo.name }}{% endblock %} +{% block title %}Issue #{{ issueid }}: {{issue.title | noJS("img") | safe }} - {{ repo.name }}{% endblock %} {% set tag = "home"%} {% block header %} @@ -92,7 +92,10 @@ {% else %} -
Login to comment on this ticket.
++ Login + to comment on this ticket. +
{% endif %} diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 79a0423..f12e607 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -3,7 +3,7 @@ {% block title %} {%- if pull_request -%} - PR#{{ requestid }}: {{ pull_request.title }} - {{ repo.name }} + PR#{{ requestid }}: {{ pull_request.title | noJS(ignore="img")}} - {{ repo.name }} {% elif form and (repo_admin or remote_git) %} Create new Pull Request for {{ branch_to }} - {{ repo.name }} {%- else -%}