This commit is contained in:
2020-03-05 17:53:35 -05:00
parent aac62f8e55
commit b170521619
12 changed files with 1292 additions and 568 deletions
+2 -8
View File
@@ -1,11 +1,5 @@
.phone-wrapper
- if Rails.env.development?
iframe.phone-content-frame src="http://localhost:4201/"
- else
iframe.phone-content-frame src=user_root_path
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
iframe.tablet-content-frame src=supplier_root_path