From 16a4bb45e5cd46381cb3e5f425f11874b7d0ca7d Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Mon, 22 Nov 2010 10:12:29 -0500 Subject: [PATCH] Added navigation to the commit view --- templates/browser/view.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/browser/view.html b/templates/browser/view.html index 803a0d1..299bd50 100644 --- a/templates/browser/view.html +++ b/templates/browser/view.html @@ -2,6 +2,10 @@ {% load gravatar %} {% load vcs %} +{% block navigation %} +{% include "browser/navigation.html" %} +{% endblock %} + {% block content %}

{{ commit.message|oneline }}