mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
#welcome_page.sixteen.columns.alpha
|
|
%header
|
|
%h1= t('.welcome_title')
|
|
%p
|
|
= t('.welcome_text')
|
|
%strong
|
|
- profile_translation_key = @enterprise.is_primary_producer ? '.producer_profile' : '.profile'
|
|
= t(profile_translation_key)
|
|
|
|
%section
|
|
%h2= t('.next_step')
|
|
%p= t('.choose_starting_point')
|
|
|
|
= render partial: "change_type_form"
|