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

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-patchset-header.html

Issue 1152723005: Expand patchset if patchsetID provided in URL (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Address comments Created 5 years, 7 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
« no previous file with comments | « appengine/chromium_rietveld/new_static/components/cr-issue-patchsets.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « appengine/chromium_rietveld/new_static/components/cr-issue-patchsets.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698