remove unused file [ci skip]

This commit is contained in:
danielgrippi 2012-05-04 17:37:22 -07:00
parent 5821a84024
commit 511a87e830

View file

@ -1,55 +0,0 @@
= javascript_include_tag "validation"
-# = javascript_include_tag 'vendor/jquery.ghostInput'
= javascript_tag "Diaspora.Page = 'InvitationsEdit';"
.span-7.append-1.prepend-3
%br
%br
%br
%br
%h1
= t('welcome')
%h3.accept_invitation_text
= t('.sign_up_message')
- flash.each do |name, msg|
%p{:class => "login_#{name}"}= msg
= image_tag 'diaspora_collage.png', :style => "margin-left:-50px;"
.span-10
%br
%br
%br
%br
= invite_welcome_message
= form_for(resource, :as => resource_name, :html => {:class => 'new_user_form'}, :url => registration_path(resource_name), :validate => true) do |f|
%fieldset
.clearfix
%b
= t('username')
= f.text_field :username, :title => t('registrations.new.enter_username')
%span.host_uri
= diaspora_id_host
.clearfix
%b
= t('email')
= f.email_field :email, :title => t('registrations.new.enter_email')
.clearfix
%b
= t('password')
= f.password_field :password, :title => t('registrations.new.enter_password')
.clearfix
%b
= t('password_confirmation')
= f.password_field :password_confirmation, :title => t('registrations.new.enter_password_again')
.clearfix
= invite_hidden_tag(invite)
.submit_field
= f.submit t('registrations.new.create_my_account'), :class => 'in_aspects'