Sha256: f7dbc52d17e2c6c11957441db16430b0bc7b93204d87a29ef560f78f7c6c03a3
Contents?: true
Size: 1019 Bytes
Versions: 42
Compression:
Stored size: 1019 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><%=@description %></title> <%=include_sencha_touch :debug => true%> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> <%=static_javascript_include_tag('erp_app/utility.js')%> <%=static_javascript_include_tag('erp_app/mobile/mobile_base.js')%> <%#=setup_js_authentication(@user, @desktop)%> <%=create_authenticity_token_sencha_touch_field%> <!-- application javascript resources --> <%= static_javascript_include_tag(@application.locate_resources('javascripts'))%> <!-- end application javascript resources --> <!--stylesheets--> <%= static_stylesheet_link_tag('erp_app/mobile/mobile.css') %> <!--end stylesheets--> <!-- application stylesheet resources --> <%= static_stylesheet_link_tag(@application.locate_resources('stylesheets'))%> <!-- end application stylesheet resources --> </head> <body> </body> </html>
Version data entries
42 entries across 21 versions & 1 rubygems