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: d3f1d629d4f450579dbc1bd19f111849cd4b4a74 (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|
  = render partial: "devise/shared/error_messages"
  %p
    = f.label :email
    %br/
    = f.text_field :email
  %p
  = f.submit t('.resend_unlock')
= render partial: "devise/shared/links"