Added navigation to the commit view

This commit is contained in:
Correl Roush 2010-11-22 10:12:29 -05:00
parent 0ff44c3381
commit 16a4bb45e5

View file

@ -2,6 +2,10 @@
{% load gravatar %}
{% load vcs %}
{% block navigation %}
{% include "browser/navigation.html" %}
{% endblock %}
{% block content %}
<h2>{{ commit.message|oneline }}</h2>