Skip to content

Commit 4c76575

Browse files
committed
add missing diff.html
1 parent ed7ff8d commit 4c76575

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

templates/diff.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{% extends "layout.html" %}
2+
3+
{% block title %}
4+
{{ title_path }} {{ current_project|capitalize }} diff {{ current_tag }} - Bootlin Elixir Cross Referencer
5+
{% endblock %}
6+
7+
{% block description -%}
8+
Elixir Cross Referencer - diff of {{ current_project|capitalize }} {{ current_tag -}} {{- '' if path|length <= 1 else ': ' + path[1:] }}
9+
{%- endblock %}
10+
11+
{% block main %}
12+
<div class="diff">
13+
<div class="lxrcode">
14+
{{ code }}
15+
</div>
16+
<div class="lxrcode">
17+
{{ code_other }}
18+
</div>
19+
</div>
20+
{% endblock %}
21+

0 commit comments

Comments
 (0)