mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
added another layer
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
{% extends 'layout.twig' %}
|
||||
{% extends 'layout_page.twig' %}
|
||||
|
||||
{% block title %}GitList{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{% include 'navigation.twig' %}
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
{% include 'menu.twig' %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% block content %}
|
||||
{% include 'breadcrumb.twig' with {breadcrumbs: [{dir: "Commit #{commit.getHash}", path:''}]} %}
|
||||
|
||||
<div class="commit-view">
|
||||
@@ -49,7 +41,4 @@
|
||||
{% endfor %}
|
||||
|
||||
<hr>
|
||||
|
||||
{% include 'footer.twig' %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user