mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00: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