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

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

Issue 1152723005: Expand patchset if patchsetID provided in URL (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Display patchset id 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
Index: appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html
diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html b/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html
index ad4fc964c077ebb2c5b1fcd45a1df0b2f1752f76..f6c3cb6fa79016751a4c1f6dea281fae2116c995 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html
+++ b/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.html
@@ -64,6 +64,7 @@ found in the LICENSE file. -->
</template>
</div>
</template>
+ <a class="patchset-id">(Patchset Id: {{ patchset.id }})</a>
jrobbins 2015/06/02 19:50:44 I realize you tried to limit visual clutter by mak
rmistry 2015/06/02 20:35:54 Done. We can revisit this if users complain about
<div id="dialogs"></div>
</template>
<script>

Powered by Google App Engine
This is Rietveld 408576698