Sha256: 1a5cccef0aaf3f2e185838d0588e5976bcaf4abb90a89ac6ca10ea2fc837bb4b
Contents?: true
Size: 737 Bytes
Versions: 12
Compression:
Stored size: 737 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CompassAE Mobile</title> <%=include_sencha_touch :debug => (Rails.env != 'production') %> <%=static_javascript_include_tag('erp_app/utility.js')%> <%=static_javascript_include_tag('erp_app/mobile/mobile_base.js')%> <script type="text/javascript"> Compass.ErpApp.Mobile.AuthentictyToken = '<%=form_authenticity_token%>'; Compass.ErpApp.Mobile.LoginTo = '/erp_app/mobile/' </script> <!--stylesheets--> <%= static_stylesheet_link_tag('erp_app/mobile/mobile.css') %> <!--end stylesheets--> <%= static_javascript_include_tag("erp_app/login/mobile.js")%> </head> <body> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems