Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(100)

Unified Diff: templates/issue.html

Issue 1008: Issue navigation bar (Closed) SVN Base: http://rietveld.googlecode.com/svn/trunk/
Patch Set: Created 3 months, 2 weeks ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: templates/issue.html
===================================================================
--- templates/issue.html (Revision 101)
+++ templates/issue.html (Arbeitskopie)
@@ -19,27 +19,13 @@
</div>
<div><i>SVN Base:</i> {{issue.base}}</div>
<div><i>Reviewers:</i> {{issue.reviewers|nicknames}}</div>
+{%if last_patchset and first_patch%}
<div>
- {%ifequal issue.owner user %}
- <a class="novisit" href="{%url codereview.views.edit issue.key.id%}">Edit
- Issue</a>
- {%else%}
- <span class="disabled">Can't Edit</span>
- {%endifequal%}
- |
- {%if user%}
- <a class="novisit" href="{%url codereview.views.publish issue.key.id%}">Publish+Mail
- Comments</a>
- {%else%}
- <span class="disabled">Can't Publish+Mail</span>
- {%endif%}
- {%if last_patchset and first_patch%}
- |
<a class="novisit"
href="{%url codereview.views.diff issue.key.id,last_patchset.key.id,first_patch.key.id%}">
<b>Start Review</b></a>
- {%endif%}
</div>
+{%endif%}
</div>
{%if issue.description%}
« templates/diff.html ('k') | no next file »

Powered by Google App Engine
This is Rietveld r292