Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/template/report.html

Issue 8793015: Reports - user profile (Closed)
Patch Set: Reports - user profile Created Nov. 7, 2012, 9:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sitescripts/reports/template/report.html
===================================================================
--- a/sitescripts/reports/template/report.html
+++ b/sitescripts/reports/template/report.html
@@ -86,7 +86,7 @@
{% if email -%}
<tr id="emailRow">
<td class="label">Email:</td>
- <td id="emailCell">{{email}}</td>
+ <td id="emailCell"><a href="/user/{{uid}}">{{email}}</a></td>
</tr>
{% endif -%}
</table>

Powered by Google App Engine
This is Rietveld