mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
#welcome_page.sixteen.columns.alpha
|
|
%header
|
|
%h1= t('.welcome_title')
|
|
%p
|
|
= t('.welcome_text')
|
|
%strong
|
|
= "#{"producer " if @enterprise.is_primary_producer}profile"
|
|
|
|
%section
|
|
%h2= t('.next_step')
|
|
%p= t('.choose_starting_point')
|
|
|
|
= render partial: "change_type_form"
|