osem-fcy/app/views/conferences/new_install.html.haml

23 lines
685 B
Text
Raw Normal View History

2022-03-02 18:01:06 +01:00
.container
.row
.col-md-12
.well
%h1
Welcome to your new
= link_to('https://osem.io') do
Open Source Event Manager
installation!
%p
The first user to
2022-05-06 14:27:15 +02:00
- if ENV.fetch('OSEM_ICHAIN_ENABLED', nil) == 'true'
2022-03-02 18:01:06 +01:00
= link_to(new_ichain_registration_path('user')) do
sign up
- else
= link_to(new_registration_path('user')) do
sign up
will the be administrator of it.
%p
We hope you enjoy using OSEM, if you have any question don't hesitate to
= link_to('https://osem.io/#contact') do
contact us!