mirror of
https://github.com/correl/codereview.git
synced 2024-12-27 11:07:33 +00:00
Added navigation to the commit view
This commit is contained in:
parent
0ff44c3381
commit
16a4bb45e5
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
{% load gravatar %}
|
||||
{% load vcs %}
|
||||
|
||||
{% block navigation %}
|
||||
{% include "browser/navigation.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>{{ commit.message|oneline }}</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue