diaspora/spec/support/chubbies/views/home.haml
2011-06-03 16:24:12 -07:00

11 lines
313 B
Text

%html
%head
%body
%form{:action => '/account', :id => 'login', :method => 'get'}
%label{:for => 'diaspora_handle'}
Diaspora Handle
%input{:type=>'text', :id => 'diaspora_handle', :name => 'diaspora_handle'}
%input{:type => 'submit', :value => "Log in with Diaspora" }