| Index: appengine/chromium_rietveld/new_static/components/cr-patchset-header.html
|
| diff --git a/appengine/chromium_rietveld/new_static/components/cr-patchset-header.html b/appengine/chromium_rietveld/new_static/components/cr-patchset-header.html
|
| index b4eaced0cfce935b67d0a6a546f8880e9e7cf6e1..a90af2099abea46ecf995291a9a2e1bb1e7f316b 100644
|
| --- a/appengine/chromium_rietveld/new_static/components/cr-patchset-header.html
|
| +++ b/appengine/chromium_rietveld/new_static/components/cr-patchset-header.html
|
| @@ -33,7 +33,7 @@ found in the LICENSE file. -->
|
| margin-left: 8px;
|
| }
|
| </style>
|
| - <div class="patchset-title">
|
| + <div class="patchset-title" title="{{ patchset.id }}">
|
| Patch {{ patchset.sequence }}<template if="{{ patchset.title }}">: {{ patchset.title }}</template>
|
| </div>
|
| <div class="patchset-comments">
|
|
|