Add "give kredits" button to contributor profiles #180
Reference in New Issue
Block a user
Delete Branch "feature/add_contribution_with_params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Includes support for query params for submitting new contributions (contributor ID, kind, amount).
closes #172
refs #40
Looks and works fine 👍
Just left a comment for a little improvement.
@@ -24,19 +24,17 @@ export default Component.extend({init () {Instead of merging attributes manually, you can use Ember's
assignmethod to replace the wholeif-elseblock.