Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2372)

Unified Diff: experimental/webtry/templates/workspace.html

Issue 261693003: Use CodeMirror for WebTry snippets. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: design.md notes Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/templates/template.cpp ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/templates/workspace.html
diff --git a/experimental/webtry/templates/workspace.html b/experimental/webtry/templates/workspace.html
index 5bea53fcf6a4461d3ccaf796e073559dcb33df72..c08315941e3161ab956317ca941d1ddd9ed6ba33 100644
--- a/experimental/webtry/templates/workspace.html
+++ b/experimental/webtry/templates/workspace.html
@@ -3,7 +3,9 @@
<head>
<title>Workspace</title>
<meta charset='utf-8' />
- <link rel="stylesheet" href="/css/" type="text/css" media="screen">
+ <link rel='stylesheet' href='/res/css/webtry.css' type='text/css' media='screen'>
+ <link rel="stylesheet" href="/res/css/cm/codemirror.css" type="text/css" media="screen">
+ <link rel="stylesheet" href="/res/css/cm/ambiance.css" type="text/css" media="screen">
</head>
<body>
<template id=tryTemplate>
@@ -25,7 +27,7 @@
// Set the workspace name so run.js also updates the history.
var workspaceName = "{{.Name}}";
</script>
- <script src="/js/webtry.js" type="text/javascript" charset="utf-8"></script>
+ <script src="/res/js/webtry.js" type="text/javascript" charset="utf-8"></script>
{{else}}
<section id=content>
<h1>Create</h1>
« no previous file with comments | « experimental/webtry/templates/template.cpp ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698