diff --git a/swh/web/templates/revision.html b/swh/web/templates/revision.html index 5af4fdebf..61afeaae1 100644 --- a/swh/web/templates/revision.html +++ b/swh/web/templates/revision.html @@ -1,540 +1,559 @@ {% extends "browse.html" %} {% load static %} {% block header %} {% include "includes/content-scripts.html" %} {% endblock %} {% block swh-browse-before-panels %} {% if origin_context %} {% include "includes/origin-visit-snapshot.html" %} {% endif %} {% endblock %} {% block swh-browse-main-panel-content %}
-+ +{{ message_header }}
{{ message_body }} -
{{ message_body }}+
{{ changes_msg }}
Loading diff ...