equal
deleted
inserted
replaced
2 <div class='Ldt-AnnotationsListWidget'> |
2 <div class='Ldt-AnnotationsListWidget'> |
3 <!-- ugly div because we want to have a double border --> |
3 <!-- ugly div because we want to have a double border --> |
4 <div class='Ldt-Annotation-DoubleBorder'> |
4 <div class='Ldt-Annotation-DoubleBorder'> |
5 <ul> |
5 <ul> |
6 {{#annotations}} |
6 {{#annotations}} |
7 <li> |
7 <li id='Ldt-Annotation-li-{{id}}' class='Ldt-TraceMe'> |
8 {{! if the url is not present, it means that the annotation exists |
8 {{! if the url is not present, it means that the annotation exists |
9 in the current project }} |
9 in the current project }} |
10 {{^url}} |
10 {{^url}} |
11 <a href='#id={{id}}'> |
11 <a href='#id={{id}}'> |
12 {{/url}} |
12 {{/url}} |