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: Created Nov. 6, 2012, 2:05 p.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="/showUser?id={{uid}}">{{email}}</a></td>
Wladimir Palant 2012/11/07 08:38:15 How about /user/{{uid}}? We can add an internal re
Andrey Novikov 2012/11/07 09:38:48 Done.
</tr>
{% endif -%}
</table>

Powered by Google App Engine
This is Rietveld