Skip to content

Commit

Permalink
Add upload button to each resource list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Oct 16, 2024
1 parent aa1426a commit 43f7403
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions qgis-app/templates/layouts/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<nav id="sidebar" class="sidebar">
<ul class="content-wrapper">
<li>
<a class="button is-success is-medium has-text-weight-medium" href="{% url url_create %}">
<span class="icon">
<i class="fas fa-upload"></i>
</span>
<span class="">
{% trans "Upload" %}
</span>
</a>
</li>
<hr/>
<li>
<div class="has-child">
<a class="has-text-weight-bold">
Expand Down

0 comments on commit 43f7403

Please sign in to comment.