Add missing container
This commit is contained in:
parent
7babc5d08a
commit
7e5175536e
1 changed files with 22 additions and 21 deletions
|
|
@ -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!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue