Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
sashazykov committed Aug 7, 2014
1 parent b60cf08 commit 203e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/show.html.haml
Expand Up @@ -18,7 +18,7 @@
.panel-heading
%h4.panel-title= t('.project_sponsors')
.panel-body
%iframe{ src: "//coingiving.com/?url=#{project_url(@project, :protocol => 'https')}", scrolling: "no", style: 'width:100%; height:500px; border:0px; padding:0;overflow:hidden'}
%iframe{ src: "//coingiving.com/project_sponsors?url=#{project_url(@project, :protocol => 'https')}", scrolling: "no", style: 'width:100%; height:500px; border:0px; padding:0;overflow:hidden'}
.hidden
%span(data-coingiving="title")= "[tip4commit] " + @project.full_name
%span(data-coingiving="description")= @project.description
Expand Down

0 comments on commit 203e1be

Please sign in to comment.