diaspora/spec/chubbies/views/home.haml
2011-06-09 12:40:30 -07:00

8 lines
294 B
Text

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