| Index: appengine/chromium_rietveld/new_static/components/cr-issue-publish-dialog.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-publish-dialog.html b/appengine/chromium_rietveld/new_static/components/cr-issue-publish-dialog.html
|
| index 4e7ea80053d4649b58e8584bb100b98ca1816ef2..b20c75a29b9f0724ee7848df1eb6dff8bf7f2c5c 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-issue-publish-dialog.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-issue-publish-dialog.html
|
| @@ -2,16 +2,16 @@
|
| 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="cr-issue-editor.html">
|
| -<link rel="import" href="cr-toolbar.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="../selfie/cr-gif-selfie.html">
|
| +<link rel="import" href="cr-issue-editor.html">
|
|
|
| <polymer-element name="cr-issue-publish-dialog" attributes="issue addAsReviewer">
|
| <template>
|
| - <link rel="stylesheet" href="common.css">
|
| + <link rel="stylesheet" href="../common/common.css">
|
| <style>
|
| .issue-publish-label {
|
| font-weight: bold;
|
|
|