| 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> |