This commit is contained in:
Hubert 2021-07-04 10:41:11 +02:00
parent 1d89dabf81
commit dee090ad58
1 changed files with 17 additions and 10 deletions

View File

@ -44,10 +44,7 @@
<button class="w3-button w3-round w3-border">Branch: master</button>
<button class="w3-button w3-round w3-border">New merge request</button>
</div>
<div class="w3-center w3-cell w3-cell-middle">
<button class="w3-button w3-round w3-border">New file</button>
<button class="w3-button w3-round w3-border"><i class="fa fa-upload"></i></button>
</div>
<div class="w3-right w3-cell w3-cell-middle">
<div class="w3-bar">
<button class="w3-button w3-border w3-round w3-bar-item">HTTPS</button>
@ -60,12 +57,22 @@
</div>
<div class="w3-panel w3-border">
Coucou
<ul class="breadcrumb">
{% for (dir, prev) in root %}
<li><a href="{{prev}}">{{dir}}</a></li>
{% endfor %}
</ul>
<div class="w3-cell-row">
<div class="w3-cell">
<ul class="breadcrumb">
<li><a href="#">{{repo.name}}</a></li>
{% for (dir, prev) in root %}
<li><a href="{{prev}}">{{dir}}</a></li>
{% endfor %}
</ul>
</div>
<div class="w3-right w3-cell w3-cell-middle">
<button class="w3-button w3-round w3-border">New file</button>
<button class="w3-button w3-round w3-border"><i class="fa fa-upload"></i></button>
</div>
</div>
<ul class="filebrowser">
{% for entry in browse %}
<li><i class="fa fa-folder"></i> {{ entry }}</li>