diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/display.htm | 5 |
1 files changed, 4 insertions, 1 deletions
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 %} <h1>{{repo.getDescription}}</h1> -<p><a href="{{repo.getLink('edit')}}">edit</a></p> +<ul class="links"> + <li><a href="{{repo.getLink('edit')}}">edit</a></li> + <li><a href="{{repo.getLink('fork')}}">fork</a></li> +</ul> {% for file in repo.getFiles %} <div> <h2>{{file.getFilename}}</h2> |
