WIP: vetoed contribution details

Adds a blurb and resubmit button to the detail view for vetoed
contributions.
This commit is contained in:
2019-09-05 11:36:50 +02:00
parent 11f66de6e6
commit f8f1ad644c
5 changed files with 138 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
import Component from '@ember/component';
export default Component.extend({
tagName: ""
});