Files
openfoodnetwork/app/views/admin/enterprises/welcome.html.haml
2017-01-11 10:00:06 +11:00

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"