From bfa1501efa1a49893208c794ea262a075b13fc1d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 26 Mar 2012 23:38:53 +0200 Subject: use repositories class --- data/templates/display.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/display.htm b/data/templates/display.htm index 43a76fc..6575617 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -3,7 +3,10 @@ {% block content %}

{{repo.getDescription}}

-

edit

+ {% for file in repo.getFiles %}

{{file.getFilename}}

-- cgit v1.2.3