mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-03-31 10:59:10 +02:00
fix path url
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
<div class="container-fluid">
|
||||
<div class="paths">
|
||||
{% set current_path = '/repository/' + current_repository %}
|
||||
<span class="path"><a href="{{ current_path }}">{{ name }}</a></span>
|
||||
<span class="path"><a href="{{ current_path }}/">{{ name }}</a></span>
|
||||
{% for item in path %}
|
||||
{% set current_path = current_path + "/" + item %}
|
||||
<span class="path"><a href="{{ current_path }}">{{ item }}</a></span>
|
||||
<span class="path"><a href="{{ current_path }}/">{{ item }}</a></span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<div class="files">
|
||||
|
||||
Reference in New Issue
Block a user