Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « unlocks « devise « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fff589ebc6817d82d3148e1fb6487f97bc815ff (plain)
1
2
3
4
5
6
7
8
9
10
%h2 Resend unlock instructions
= form_for(resource, :as => resource_name, :url => unlock_path(resource_name)) do |f|
  = devise_error_messages!
  %p
    = f.label :email
    %br/
    = f.text_field :email
  %p
  = f.submit t('.resend_unlock')
= render :partial => "devise/shared/links"