mirror of
https://forge.pointfixe.fr/hubert/gitust.git
synced 2026-02-04 17:47:29 +01:00
save
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div class="w3-cell-row">
|
||||
<div class="w3-cell">
|
||||
<ul class="breadcrumb">
|
||||
<li><a href="{{root_query}}">{{repo.name}}.git</a></li>
|
||||
<li><a href="{{query.root_query()}}">{{repo.name}}.git</a></li>
|
||||
{% for (dir, prev) in breadcrumb %}
|
||||
<li><a href="{{prev}}">{{dir}}</a></li>
|
||||
{% endfor %}
|
||||
@@ -77,7 +77,7 @@
|
||||
{% for entry in browse %}
|
||||
{% match entry %}
|
||||
{% when Entry::Dir with (name) %}
|
||||
<li><i class="fa fa-folder"></i> {{ name }}</li>
|
||||
<li><i class="fa fa-folder"></i> <a href="{{query.add_path(name)}}">{{ name }}</a></li>
|
||||
{% when Entry::File with (name) %}
|
||||
<li><i class="fa fa-file"></i> {{ name }}</li>
|
||||
{% endmatch %}
|
||||
|
||||
Reference in New Issue
Block a user