Revision: f0aa5de28322
Author:   Pekka Klärck
Date:     Thu Jun  9 04:13:37 2011
Log: use absolute url as source link and added todo about converting it to relative
http://code.google.com/p/robotframework/source/detail?r=f0aa5de28322

Modified:
 /src/robot/webcontent/log.html

=======================================
--- /src/robot/webcontent/log.html      Thu Jun  9 04:09:24 2011
+++ /src/robot/webcontent/log.html      Thu Jun  9 04:13:37 2011
@@ -507,7 +507,8 @@
             {{each metadata}}
             <tr><th>${$index}:</th><td>{{html $value}}</td></tr>
             {{/each}}
- <tr><th>Source:</th><td><a href="TODO: relative path here">${source}</a></td></tr>
+            <!-- TODO: Link (href) to source should be relative -->
+ <tr><th>Source:</th><td><a href="${source}">${source}</a></td></tr> <tr><th>Start / End / Elapsed:</th><td>${times.startTime} / ${times.endTime} / ${times.elapsedTime}</td></tr> <tr><th>Status:</th><td>{{tmpl($data) '#stats_message_partial_template'}}</td></tr>
             {{if message}}

Reply via email to