Skip to content

Commit

Permalink
move export button, consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Sep 18, 2023
1 parent 515067b commit 95049e2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions views/assets.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@
</div>
</div>
<div class="level-right">
<div class="level-item">
<a
class="button"
href="<%= urlPrefix %>/reports/assets-formatted"
download
>
<span class="icon">
<i class="fas fa-file-csv" aria-hidden="true"></i>
</span>
<span>Export Assets</span>
</a>
</div>
<% if (user.canUpdate) { %>
<div class="level-item">
<button
Expand Down Expand Up @@ -117,6 +105,18 @@
</button>
</div>
<% } %>
<div class="level-item">
<a
class="button"
href="<%= urlPrefix %>/reports/assets-formatted"
download
>
<span class="icon">
<i class="fas fa-file-csv" aria-hidden="true"></i>
</span>
<span>Export Assets</span>
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 95049e2

Please sign in to comment.