src/templates/annotationsListWidget.html
branchpopcorn-port
changeset 717 2dce6b9a04c4
parent 713 2857dc5aad3b
child 794 9dfb3a204a68
--- a/src/templates/annotationsListWidget.html	Thu Jan 26 11:11:00 2012 +0100
+++ b/src/templates/annotationsListWidget.html	Thu Jan 26 12:50:20 2012 +0100
@@ -5,9 +5,12 @@
     <ul>
     {{#annotations}}
       <li>
+        {{! if the url is not present, it means that the annotation exists 
+            in the current project }}
         {{^url}}
         <a href='#id={{id}}'>
         {{/url}}
+        {{! otherwise link to url }}
         {{#url}}
         <a href='{{url}}#id={{id}}'>
         {{/url}}