mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
moved the page variable to the templates (belongs to the view)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{% extends 'layout_page.twig' %}
|
||||
|
||||
{% set page = 'commits' %}
|
||||
|
||||
{% block title %}GitList{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Reference in New Issue
Block a user