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

confirmation_instructions.html.haml « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0fb687e152ed05b82238fe13459b7698ea2a8c2 (plain)
1
2
3
4
- if @resource.is_a?(User)
  = render partial: 'confirmation_instructions_account'
- else
  = render partial: 'confirmation_instructions_secondary'