Add copy/re-submit button to all contribution details
We can in fact just use the exact same re-submission as for vetoed contributions. So all that is needed is a new button in the UI. closes #161
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
|
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
<p>
|
<p>
|
||||||
|
{{link-to "Copy & edit as new" "contributions.resubmit" model class="button small"}}.
|
||||||
{{#if model.ipfsHash}}
|
{{#if model.ipfsHash}}
|
||||||
<a href="{{ipfsGatewayUrl}}/{{model.ipfsHash}}"
|
<a href="{{ipfsGatewayUrl}}/{{model.ipfsHash}}"
|
||||||
class="button small" target="_blank" rel="noopener">
|
class="button small" target="_blank" rel="noopener">
|
||||||
|
|||||||
Reference in New Issue
Block a user