Add "give kredits" button to contributor profiles #180

Merged
raucao merged 6 commits from feature/add_contribution_with_params into master 2019-12-13 16:33:20 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 0a6b6180b9 - Show all commits
@@ -42,6 +42,10 @@ section#contributor-profile {
}
}
}
.actions {
margin-top: 2rem;
}
}
.actions {
@@ -22,6 +22,13 @@
</li>
{{/if}}
</ul>
<div class="actions">
<p>
{{link-to "♥ Give kredits" "contributions.new"
(query-params contributorId=model.id)
class="button green"}}
</p>
</div>
</div>
<div class="actions">