Skip to content

Commit

Permalink
add newlines to these files
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Dec 7, 2023
1 parent fe46586 commit 0f2ec4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/app/views/files/_download_button.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<button id="download-btn" type="button" class="btn btn-primary btn-sm">
<i class="fas fa-download" aria-hidden="true"></i> Download
</button>
<%- end -%>
<%- end -%>
2 changes: 1 addition & 1 deletion apps/dashboard/app/views/files/_upload_button.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<button id="upload-btn" type="button" class="btn btn-primary btn-sm">
<i class="fas fa-upload" aria-hidden="true"></i> Upload
</button>
<%- end -%>
<%- end -%>

0 comments on commit 0f2ec4d

Please sign in to comment.