|
a/Allura/allura/templates/repo/diff.html |
|
b/Allura/allura/templates/repo/diff.html |
1 |
{% extends 'repo/repo_master.html' %}
|
1 |
{% extends 'allura:templates/repo/repo_master.html' %}
|
2 |
{% do g.register_forge_css('css/forge/hilite.css') %}
|
2 |
{% do g.register_forge_css('css/forge/hilite.css') %}
|
3 |
|
3 |
|
4 |
{% block title %}
|
4 |
{% block title %}
|
5 |
{{c.project.name}} / {{c.app.config.options.mount_label}} / Diff of {{h.really_unicode(a.path())}}
|
5 |
{{c.project.name}} / {{c.app.config.options.mount_label}} / Diff of {{h.really_unicode(a.path())}}
|
6 |
{% endblock %}
|
6 |
{% endblock %}
|
|
... |
|
... |
38 |
|
38 |
|
39 |
{% block extra_css %}
|
39 |
{% block extra_css %}
|
40 |
<style type="text/css">
|
40 |
<style type="text/css">
|
41 |
.clip h3 {margin-bottom: 0;}
|
41 |
.clip h3 {margin-bottom: 0;}
|
42 |
</style>
|
42 |
</style>
|
43 |
{% endblock %} |
43 |
{% endblock %}
|