equal
deleted
inserted
replaced
12 <div class='Ldt-AnnotationsList-Title'> |
12 <div class='Ldt-AnnotationsList-Title'> |
13 {{! if the url is not present, it means that the annotation exists |
13 {{! if the url is not present, it means that the annotation exists |
14 in the current project }} |
14 in the current project }} |
15 {{^url}} <a href='#id={{id}}'> {{/url}} |
15 {{^url}} <a href='#id={{id}}'> {{/url}} |
16 {{! otherwise link to url }} |
16 {{! otherwise link to url }} |
17 {{#url}} <a href='{{url}}#id={{id}}'> {{/url}} |
17 {{#url}} <a href='{{url}}'> {{/url}} |
18 {{title}} |
18 {{title}} |
19 </a> |
19 </a> |
20 </div> |
20 </div> |
21 <div class='Ldt-AnnotationsList-Description'> |
21 <div class='Ldt-AnnotationsList-Description'> |
22 {{desc}} |
22 {{desc}} |