Skip to content

Commit

Permalink
Merge pull request #165 from 67P/feature/161-copy_contribution
Browse files Browse the repository at this point in the history
Add copy/re-submit button to all contribution details
  • Loading branch information
galfert committed Nov 22, 2019
2 parents 97cc710 + 5d29bd9 commit 5a618f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/dashboard/contributions/show.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

<div class="actions">
<p>
{{link-to "Copy & edit as new" "contributions.resubmit" model class="button small"}}.
{{#if model.ipfsHash}}
<a href="{{ipfsGatewayUrl}}/{{model.ipfsHash}}"
class="button small" target="_blank" rel="noopener">
Expand Down

0 comments on commit 5a618f7

Please sign in to comment.