Sha256: 0711396394d65319f42d284602295529ead8e50a3e7740b4a35723f933f34adb
Contents?: true
Size: 794 Bytes
Versions: 16
Compression:
Stored size: 794 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html"> <head> <%= csrf_meta_tag %> <title>CLASS_NAME_PLACE_HOLDER</title> <%= include_sencha_touch :theme => false, :debug => (Rails.env != 'production') %> <%= static_stylesheet_link_tag('sencha_touch/resources/css/sencha-touch.css') %> <%= static_stylesheet_link_tag('sencha_touch/resources/css/apple.css') %> <%= static_javascript_include_tag('erp_app/utility.js') %> <%= static_javascript_include_tag('erp_app/mobile/mobile_base.js') %> <%= add_authenticity_token_to_extjs %> <%= static_javascript_include_tag('CLASS_NAME_PLACE_HOLDER/app.js') %> </head> <body> <div id="appLoadingIndicator"> <div></div> <div></div> <div></div> </div> </body> </html>
Version data entries
16 entries across 16 versions & 1 rubygems