| Index: appengine/chromium_rietveld/new_static/components/cr-issue-edit-dialog.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-edit-dialog.html b/appengine/chromium_rietveld/new_static/components/cr-issue-edit-dialog.html
|
| index 360831d547fcbb77a9d0a8bea8bd116d02af0e6a..7f9af0cc4b40020f9396aeb0ce507c25ef1893a8 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-edit-dialog.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-edit-dialog.html
|
| @@ -2,15 +2,15 @@
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| -<link rel="import" href="cr-butterbar.html">
|
| -<link rel="import" href="cr-button.html">
|
| -<link rel="import" href="cr-dialog.html">
|
| +<link rel="import" href="../common/cr-butterbar.html">
|
| +<link rel="import" href="../common/cr-button.html">
|
| +<link rel="import" href="../common/cr-dialog.html">
|
| +<link rel="import" href="../common/cr-toolbar.html">
|
| <link rel="import" href="cr-issue-editor.html">
|
| -<link rel="import" href="cr-toolbar.html">
|
|
|
| <polymer-element name="cr-issue-edit-dialog" attributes="issue">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
|
|
| <dialog is="cr-dialog" id="dialog" on-cancel="{{ cancel }}">
|
| <cr-butterbar message="{{ butterbarMessage }}"></cr-butterbar>
|
|
|