We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7ff8d commit 4c76575Copy full SHA for 4c76575
templates/diff.html
@@ -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
17
+ {{ code_other }}
18
19
+</div>
20
21
0 commit comments