mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-26 10:57:47 +02:00
feat: insentive replace
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
<div class="paths">
|
||||
{% set current_path = [] %}
|
||||
{% do current_path.append('/repository/' + current_repository) %}
|
||||
<span class="path"><a href="{{ current_path|join("/") }}">{{ name }}</a></span>
|
||||
<span class="path"><a href="{{ current_path|join("/") }}">Root</a></span>
|
||||
{% for item in path %}
|
||||
{% do current_path.append(item) %}
|
||||
<span class="path"><a href="{{ current_path|join("/") }}">{{ item }}</a></span>
|
||||
|
||||
Reference in New Issue
Block a user