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

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-issue-inbox.html

Issue 1001723003: Create a common directory of widgets and css. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 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: appengine/chromium_rietveld/new_static/components/cr-issue-inbox.html
diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-inbox.html b/appengine/chromium_rietveld/new_static/components/cr-issue-inbox.html
index d23bd8753baadf5e833eca21adf67fe494ee1794..55d9f706867d4f36d9f530a88ceaa3bf33a637e0 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-issue-inbox.html
+++ b/appengine/chromium_rietveld/new_static/components/cr-issue-inbox.html
@@ -6,7 +6,7 @@ found in the LICENSE file. -->
<polymer-element name="cr-issue-inbox" attributes="issues weeks showRecentActivity" noscript>
<template>
- <link rel="stylesheet" href="common.css">
+ <link rel="stylesheet" href="../common/common.css">
<template if="{{ issues.draft.length }}">
<h1>Issues with Drafts</h1>

Powered by Google App Engine
This is Rietveld 408576698