show diaspora handle on token page

This commit is contained in:
danielgrippi 2011-05-20 21:48:45 -07:00
parent 6ee85bb626
commit 7c949f4377

View file

@ -1,16 +1,39 @@
%h3 %h3
This is a temporary hack while we develop a more general application framework. This is a temporary hack while we develop a more general application framework.
%div %br
%br
%br
%br
.span-11.append-1
%h3
Your Diaspora Token:
- if current_user.authentication_token - if current_user.authentication_token
%h4= current_user.authentication_token %h1
= current_user.authentication_token
- else - else
%h4 No authentication token set. %h4 No authentication token set.
%div
= form_tag(token_path) do = form_tag(token_path) do
=submit_tag "Generate new authentication token" =submit_tag "Generate new authentication token"
.span-11.last
%h3
Your Diaspora Handle:
%h1
= current_user.diaspora_handle
.clearfix
%br
%br
%br
%br
%br %br
%div %div
%h4 %h4
Click settings on Click settings on
= link_to "Cubbi.es", 'http://cubbi.es' = link_to "Cubbi.es", 'http://cubbi.es'
to share your internet folder with the internet! to share your internet folder with the internet!
%h5
Make sure to fill out both these fields to properly connect your account!!