Files
mozo-backend/app/views/dashboard/demo_both.html.slim
T
2020-02-29 11:43:00 -05:00

12 lines
329 B
Plaintext

.phone-wrapper
- if Rails.env.development?
iframe.phone-content-frame src="http://localhost:4201/"
- else
iframe.phone-content-frame src=user_root_path
.tablet-wrapper
- if Rails.env.development?
iframe.tablet-content-frame src="http://localhost:4202/supplier/"
- else
iframe.tablet-content-frame src=supplier_root_path