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

Unified Diff: chrome/common/extensions/docs/templates/private/known_issues.html

Issue 13604002: Devserver: remove the Known Issues. They're empty and it was a silly idea to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: chrome/common/extensions/docs/templates/private/known_issues.html
diff --git a/chrome/common/extensions/docs/templates/private/known_issues.html b/chrome/common/extensions/docs/templates/private/known_issues.html
deleted file mode 100644
index 6f389ee71a0f08e805966350016a8413b2d940a4..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/private/known_issues.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<div id="known_issues">
- <h3>Open known issues</h3>
- {{?known_issues.open}}
- <ul>
- {{#known_issues.open}}
- <li><a href="http://code.google.com/p/chromium/issues/detail?id={{id}}">
- {{title}}
- </a></li>
- {{/known_issues.open}}
- </ul>
- {{:known_issues.open}}
- <p>There are no open known issues at this time. You might be able to find more
- on the <a href="http://code.google.com/p/chromium/issues/list?q=Hotlist%3DKnownIssue+Feature%3DApps">Chromium bug tracker</a>.</p>
- {{/known_issues.open}}
- <h3>Recently closed known issues</h3>
- {{?known_issues.closed}}
- <ul>
- {{#known_issues.closed}}
- <li><a href="http://code.google.com/p/chromium/issues/detail?id={{id}}">
- {{title}}
- </a></li>
- {{/known_issues.closed}}
- </ul>
- {{:known_issues.closed}}
- <p>There are no closed known issues at this time.</p>
- {{/known_issues.closed}}
-</div>

Powered by Google App Engine
This is Rietveld 408576698