Add missing container

This commit is contained in:
Henne Vogelsang 2022-03-02 18:01:06 +01:00
parent 7babc5d08a
commit 7e5175536e
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6

View file

@ -1,21 +1,22 @@
.row .container
.col-md-12 .row
.well .col-md-12
%h1 .well
Welcome to your new %h1
= link_to('https://osem.io') do Welcome to your new
Open Source Event Manager = link_to('https://osem.io') do
installation! Open Source Event Manager
%p installation!
The first user to %p
- if ENV['OSEM_ICHAIN_ENABLED'] == 'true' The first user to
= link_to(new_ichain_registration_path('user')) do - if ENV['OSEM_ICHAIN_ENABLED'] == 'true'
sign up = link_to(new_ichain_registration_path('user')) do
- else sign up
= link_to(new_registration_path('user')) do - else
sign up = link_to(new_registration_path('user')) do
will the be administrator of it. sign up
%p will the be administrator of it.
We hope you enjoy using OSEM, if you have any question don't hesitate to %p
= link_to('https://osem.io/#contact') do We hope you enjoy using OSEM, if you have any question don't hesitate to
contact us! = link_to('https://osem.io/#contact') do
contact us!