remove irrelevant files
This commit is contained in:
parent
a468846bc8
commit
a72b4c6871
11 changed files with 0 additions and 168 deletions
|
@ -1,5 +0,0 @@
|
|||
<html>
|
||||
<body>
|
||||
{ yield }
|
||||
</body>
|
||||
</html>
|
|
@ -1 +0,0 @@
|
|||
{ yield }
|
|
@ -1,12 +0,0 @@
|
|||
<h2>Resend confirmation instructions</h2>
|
||||
|
||||
{ form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| }
|
||||
{ devise_error_messages! }
|
||||
|
||||
<div>{ f.label :email }<br />
|
||||
{ f.email_field :email, :autofocus => true }</div>
|
||||
|
||||
<div>{ f.submit "Resend confirmation instructions" }</div>
|
||||
{ end }
|
||||
|
||||
{ render "devise/shared/links" }
|
|
@ -1,5 +0,0 @@
|
|||
<p>Welcome { @email }!</p>
|
||||
|
||||
<p>You can confirm your account email through the link below:</p>
|
||||
|
||||
<p>{ link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) }</p>
|
|
@ -1,11 +0,0 @@
|
|||
<p>Hey there Metamapper with email { @resource.email }!</p>
|
||||
|
||||
<p>Please create a new password. Your password needs to contain a capital letter, a number, an emoji, 7 elements from the Periodic Table, and a plot containing a protagonist with some character development and a surprise twist ending.</p>
|
||||
|
||||
<p>Just kidding. But it does have to be between 8 and 40 characters.</p>
|
||||
|
||||
<p>Change your password using the link below.</p>
|
||||
|
||||
<p>{ link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @token) }</p>
|
||||
|
||||
<p>If you didn't request this, click your heels three times and pretend nothing ever happened.</p>
|
|
@ -1,7 +0,0 @@
|
|||
<p>Hello { @resource.email }!</p>
|
||||
|
||||
<p>Your account has been locked due to an excessive number of unsuccessful sign in attempts.</p>
|
||||
|
||||
<p>Click the link below to unlock your account:</p>
|
||||
|
||||
<p>{ link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) }</p>
|
|
@ -1,29 +0,0 @@
|
|||
<h2>Edit { resource_name.to_s.humanize }</h2>
|
||||
|
||||
{ form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put }) do |f| }
|
||||
{ devise_error_messages! }
|
||||
|
||||
<div>{ f.label :email }<br />
|
||||
{ f.email_field :email, :autofocus => true }</div>
|
||||
|
||||
{ if devise_mapping.confirmable? && resource.pending_reconfirmation? }
|
||||
<div>Currently waiting confirmation for: { resource.unconfirmed_email }</div>
|
||||
{ end }
|
||||
|
||||
<div>{ f.label :password } <i>(leave blank if you don't want to change it)</i><br />
|
||||
{ f.password_field :password, :autocomplete => "off" }</div>
|
||||
|
||||
<div>{ f.label :password_confirmation }<br />
|
||||
{ f.password_field :password_confirmation }</div>
|
||||
|
||||
<div>{ f.label :current_password } <i>(we need your current password to confirm your changes)</i><br />
|
||||
{ f.password_field :current_password }</div>
|
||||
|
||||
<div>{ f.submit "Update" }</div>
|
||||
{ end }
|
||||
|
||||
<h3>Cancel my account</h3>
|
||||
|
||||
<p>Unhappy? { button_to "Cancel my account", registration_path(resource_name), :data => { :confirm => "Are you sure?" }, :method => :delete }.</p>
|
||||
|
||||
{ link_to "Back", :back }
|
|
@ -1,29 +0,0 @@
|
|||
|
||||
|
||||
|
||||
<div id="yield">
|
||||
{ form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :post, :className => "new_user centerGreyForm" }) do |f| }
|
||||
|
||||
<h3>Sign Up</h3>
|
||||
|
||||
<div>{ f.label :name, "Name:", :className => "firstFieldText" }
|
||||
{ f.text_field :name, :autofocus => true }</div>
|
||||
|
||||
<div>{ f.label :email, "Email:", :className => "fieldText" }
|
||||
{ f.email_field :email }</div>
|
||||
|
||||
<div>{ f.label :password, "Password:", :className => "fieldText" }
|
||||
{ f.password_field :password }</div>
|
||||
|
||||
<div>{ f.label :password_confirmation, "Password Confirmation:", :className => "fieldText" }
|
||||
{ f.password_field :password_confirmation }</div>
|
||||
|
||||
<div>{ f.label "Access Code:", :className => "fieldText" }
|
||||
{ f.text_field :joinedwithcode, :value => params[:code] }</div>
|
||||
|
||||
<div>{ f.submit "Sign up!" }</div>
|
||||
|
||||
<div className = "smallText"><br />Don't have an access code?<br /><a href="/request">Request an Invite</a></div>
|
||||
{ end }
|
||||
</div>
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
|
||||
|
||||
|
||||
<div id="yield">
|
||||
{ form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => { :method => :post, :className => "centerGreyForm login" }) do |f| }
|
||||
<h3>SIGN IN</h3>
|
||||
|
||||
<div className="accountImage"></div>
|
||||
<div>
|
||||
{ f.email_field :email, :autofocus => true, :placeholder => "Email" }</div>
|
||||
|
||||
<div>
|
||||
{ f.password_field :password, :placeholder => "Password" }</div>
|
||||
|
||||
<div className="accountSubmit">{ f.submit "Sign in" }</div>
|
||||
|
||||
{ if devise_mapping.rememberable? -}
|
||||
<div className="accountRememberMe">
|
||||
{ f.label :remember_me, "Stay signed in" }
|
||||
{ f.check_box :remember_me }
|
||||
<div className="clearfloat"></div>
|
||||
</div>
|
||||
{ end -}
|
||||
<div className="clearfloat"></div>
|
||||
<div className="accountForgotPass">
|
||||
{- if devise_mapping.recoverable? && controller_name != 'passwords' }
|
||||
{ link_to "Forgot password?", new_password_path(resource_name) }
|
||||
{ end -}
|
||||
</div>
|
||||
{ end }
|
||||
</div>
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
{- if controller_name != 'sessions' }
|
||||
{ link_to "Sign in", new_session_path(resource_name) }<br />
|
||||
{ end -}
|
||||
|
||||
{- if devise_mapping.registerable? && controller_name != 'registrations' }
|
||||
{ link_to "Sign up", new_user_path(resource_name) }<br />
|
||||
{ end -}
|
||||
|
||||
{- if devise_mapping.recoverable? && controller_name != 'passwords' }
|
||||
{ link_to "Forgot your password?", new_password_path(resource_name) }<br />
|
||||
{ end -}
|
||||
|
||||
{- if devise_mapping.confirmable? && controller_name != 'confirmations' }
|
||||
{ link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) }<br />
|
||||
{ end -}
|
||||
|
||||
{- if devise_mapping.lockable? && resource_className.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' }
|
||||
{ link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) }<br />
|
||||
{ end -}
|
||||
|
||||
{- if devise_mapping.omniauthable? }
|
||||
{- resource_className.omniauth_providers.each do |provider| }
|
||||
{ link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider) }<br />
|
||||
{ end -}
|
||||
{ end -}
|
|
@ -1,12 +0,0 @@
|
|||
<h2>Resend unlock instructions</h2>
|
||||
|
||||
{ form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| }
|
||||
{ devise_error_messages! }
|
||||
|
||||
<div>{ f.label :email }<br />
|
||||
{ f.email_field :email, :autofocus => true }</div>
|
||||
|
||||
<div>{ f.submit "Resend unlock instructions" }</div>
|
||||
{ end }
|
||||
|
||||
{ render "devise/shared/links" }
|
Loading…
Reference in a new issue