Simplify commit css

This commit is contained in:
Joscha 2023-08-06 21:29:44 +02:00
parent 84994ac347
commit 171505d7ec
2 changed files with 2 additions and 5 deletions

View file

@ -53,6 +53,6 @@ This commit can be reached from a tracked ref.
</dd>
{% endfor %}
</dl>
<pre class="message {% call r_class(reachable) %}" title="{% call r_title(reachable) %}">{{ message }}</pre>
<pre class="{% call r_class(reachable) %}" title="{% call r_title(reachable) %}">{{ message }}</pre>
</div>
{% endblock %}