cirandas.net

ref: master

app/views/account/activate_enterprise.html.erb


<%= _('Enterprise activation - part 3 of 3') %>

<%= error_messages_for :user %>

<%= _('Now for you manage your enterprise you have to associate an individual account to the enterprise.') %>

<%= _('Do you have a personal user account in the system?') %>

<%= button_to_function 'login', _('Yes'), "jQuery('#enterprise-activation-create-user-form').hide(); jQuery('#enterprise-activation-login-form').show()" %> <%= button_to_function 'add', _('No'), "jQuery('#enterprise-activation-login-form').hide(); jQuery('#enterprise-activation-create-user-form').show()" %>