Skip to content

Commit

Permalink
[CTID-28] Add "Upload Report" button (#158)
Browse files Browse the repository at this point in the history
- Adds text to the existing upload button to help emphasize the tool options. Did not remove the icon.
  • Loading branch information
emmanvg authored Feb 23, 2022
1 parent 5a1a4cb commit 5374aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tram/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ <h1 style="color: white">
{% csrf_token %}
<label for="id-upload" class="btn btn btn-outline-light"
title="Upload File (valid: .pdf, .docx, .html, .json, .txt)">
<span class="px-1">Upload Report</span>
<em class="fas fa-upload"></em>
</label>
<input type="file" id="id-upload" style="display: none; height: max-content;"
Expand Down

0 comments on commit 5374aa3

Please sign in to comment.