Sha256: 75a8e530482cb4f19bb091362fb35e81b4b3b0e84c196210a717c8ae67bd3f8a
Contents?: true
Size: 523 Bytes
Versions: 4
Compression:
Stored size: 523 Bytes
Contents
<!DOCTYPE html> <html ng-app="App"> <head> <title>Twitter LTI</title> <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet"> <%= stylesheet_link_tag "inst_lti_twitter/application", media: "all" %> <%= javascript_include_tag "inst_lti_twitter/application" %> <script type="text/javascript"> window.ROOT_URL = '<%= root_url %>'; window.LAUNCH_PARAMS = <%= raw(@launch_params.to_json) %>; </script> </head> <body ng-controller="Twitter"> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 2 rubygems