diff --git a/progit/templates/commit.html b/progit/templates/commit.html index bdfbe54..7801e1d 100644 --- a/progit/templates/commit.html +++ b/progit/templates/commit.html @@ -1,20 +1,12 @@ -{% extends "master.html" %} +{% extends "repo_master.html" %} {% block title %}{{ repo.name }} - {{ commitid }}{% endblock %} {%block tag %}home{% endblock %} +{% block repo %} -{% block content %} - -

- {% if '/fork/' in request.url %} - - {% else %} - - {% endif %} - {{ repo.name }} - - +

+ Commit: {{ commitid }} {% if '/fork/' in request.url %} (tree) {% endif %} - -

- -

Commit: {{ commitid }}

+