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

Unified Diff: appengine/chromium_rietveld/templates/issue_base.html

Issue 773083004: Rietveld: Display the remote tracked ref in both old and new UIs (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: remote_branch -> target_ref Created 6 years 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/model/issue.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_rietveld/templates/issue_base.html
diff --git a/appengine/chromium_rietveld/templates/issue_base.html b/appengine/chromium_rietveld/templates/issue_base.html
index 2980bc078c53de07d280693c2857c97e6368adda..4a1c006456f4ea6b81da8f2b5534a29fc4b9477f 100644
--- a/appengine/chromium_rietveld/templates/issue_base.html
+++ b/appengine/chromium_rietveld/templates/issue_base.html
@@ -109,6 +109,11 @@
{%endif%}
</div>
{%endif%}
+ {%if issue.target_ref%}
+ <div><b>Target Ref:</b><br/>
+ {{issue.target_ref}}
+ </div>
+ {%endif%}
{%if issue.project%}
<div><b>Project:</b><br/>
<a href="{%url codereview.views.search%}?project={{issue.project}}">
« no previous file with comments | « appengine/chromium_rietveld/new_static/model/issue.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698