2015-10-21 23:13:39 +03:00
|
|
|
- content_for(:title) { t 'views.volunteers.edit_volunteer_title', name: @volunteer.name }
|
|
|
|
|
2024-04-18 21:11:08 +03:00
|
|
|
- if !@volunteer.new_record? && !@volunteer.confirmed_at
|
|
|
|
div.flash_messages
|
|
|
|
div.flash.alert = t 'views.volunteers.email_not_confirmed'
|
|
|
|
|
2015-10-21 23:13:39 +03:00
|
|
|
h1 = t 'views.volunteers.edit_volunteer_title', name: @volunteer.name
|
|
|
|
|
|
|
|
= render 'form'
|