Skip to content

Commit

Permalink
attemp to use soingiving with self-signed certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
sashazykov committed Aug 5, 2014
1 parent a8eb98a commit e5066bc
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/project_sponsors?url=#{project_url @project}", scrolling: "no", style: 'width:100%; height:500px; border:0px; padding:0;overflow:hidden'}
%iframe{ src: "//coingiving.com/project_sponsors?url=#{project_url @project}", 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 e5066bc

Please sign in to comment.