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

Side by Side Diff: templates/publish.html

Issue 776: Allow reviewers to change the reviewers list (Closed) SVN Base: http://rietveld.googlecode.com/svn/trunk/
Patch Set: Minor changes Created 4 months, 4 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 unified diff | Download patch
OLDNEW
1 {%extends "base.html"%} 1 {%extends "base.html"%}
2 {%block body%} 2 {%block body%}
3 <h2>Publish + Mail Draft Comments</h2> 3 <h2>Publish + Mail Draft Comments</h2>
4 4
5 <form action="{%url rietveld.views.publish%}" method="post"> 5 <form action="{%url rietveld.views.publish%}" method="post">
6 <table> 6 <table>
7 {%ifnotequal user issue.owner%} 7 {%ifnotequal user issue.owner%}
8 <tr><th>Subject:</th><td>{{issue.subject}}</td></tr> 8 <tr><th>Subject:</th><td>{{issue.subject}}</td></tr>
9 <tr><th>Reviewers:</th><td>{{issue.reviewers|nicknames}}</td></tr>
10 {%endifnotequal%} 9 {%endifnotequal%}
11 {{form}} 10 {{form}}
12 <tr> 11 <tr>
13 <td><input type="submit" value="Publish All My Drafts"></td> 12 <td><input type="submit" value="Publish All My Drafts"></td>
14 <td><i>The message will be included in the email sent (if any).</i></td> 13 <td><i>The message will be included in the email sent (if any).</i></td>
15 </tr> 14 </tr>
16 </table> 15 </table>
17 </form> 16 </form>
18 17
19 {%endblock%} 18 {%endblock%}
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r338