many important fixes

This commit is contained in:
2020-02-29 11:43:00 -05:00
parent 2149345d3d
commit 73c207c324
28 changed files with 1463 additions and 242 deletions
+8 -2
View File
@@ -1,5 +1,11 @@
.phone-wrapper
iframe.phone-content-frame src=user_root_path
- if Rails.env.development?
iframe.phone-content-frame src="http://localhost:4201/"
- else
iframe.phone-content-frame src=user_root_path
.tablet-wrapper
iframe.tablet-content-frame src=supplier_root_path
- if Rails.env.development?
iframe.tablet-content-frame src="http://localhost:4202/supplier/"
- else
iframe.tablet-content-frame src=supplier_root_path