Chromium Code Reviews| 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> |