Skip to content

Commit

Permalink
removed donate panel on project show
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed Jun 15, 2014
1 parent 65251a0 commit 6267616
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/views/projects/show.html.haml
Expand Up @@ -77,17 +77,6 @@
- if can? :create, @project.distributions.build
= link_to "New distribution", new_project_distribution_path(@project), class: "btn btn-default btn-sm btn-block"

.panel.panel-default.project-panel.note-panel
.panel-heading
%h4.panel-title
Donate
.panel-body.text-center
%p To give to this project, send peercoins to this address:
%p.bitcoin-address
= @project.bitcoin_address
%p
= image_tag qrcode_project_path(@project, format: :svg), alt: @project.bitcoin_address, class: 'project qrcode'
%p #{100-(CONFIG["our_fee"]*100).round}% of deposited funds will be used to tip for new commits.
.row
.col-md-8
%hr
Expand Down

0 comments on commit 6267616

Please sign in to comment.