Skip to content

Commit

Permalink
removes teaser page
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhirschfeld committed Jul 17, 2014
1 parent eebcff2 commit aaabc69
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 110 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/landing/landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require foundation
//= require wow
//
//= require ./main
1 change: 0 additions & 1 deletion app/assets/javascripts/landing/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $(function() {
});
$window.resize();

$(document).foundation();
new WOW().init();
});

Expand Down
3 changes: 1 addition & 2 deletions app/controllers/static_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ def root
if user_signed_in?
redirect_to addresses_path
else
#render :landing, layout: 'landing'
render :teaser, layout: false
render :landing, layout: 'landing'
end
end

Expand Down
2 changes: 1 addition & 1 deletion app/views/static/landing.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
%h5 We can't access your money
%p
We use the
=link_to 'public blockchain', 'https://en.bitcoin.it/wiki/Block_chain'
=link_to 'public blockchain', 'https://en.bitcoin.it/wiki/Block_chain', target: '_blank'
to derive balance and transaction data, never your private keys. No one can access your money using the data you share with us.

.large-4.columns
Expand Down
104 changes: 0 additions & 104 deletions app/views/static/teaser.html

This file was deleted.

0 comments on commit aaabc69

Please sign in to comment.