Skip to content

Instantly share code, notes, and snippets.

@mbrown3321
Created June 6, 2021 02:48
Show Gist options
  • Save mbrown3321/74acc701beb1aaae4bf83fdeee7820e9 to your computer and use it in GitHub Desktop.
Save mbrown3321/74acc701beb1aaae4bf83fdeee7820e9 to your computer and use it in GitHub Desktop.
<ul>
<% uploads.forEach(upload => { %>
<li>
<a download href="<%= upload.url %>"><%= upload.file_name %></a>
</li>
<% }); %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment