Author
|
zPlus <->
2016-03-20 09:35:07
|
Committer
|
zPlus <->
2016-03-20 09:35:07
|
Commit
|
99261cf
(patch)
|
Tree
|
b81e970
|
Parent(s)
|
|
template/comment: Move anchor out of the table
commits diff:
1354c80..99261cf
1 file changed,
3 insertions,
3 deletions
—
download
Diffstat
Diff options
+3/-3
M template/comment.twig
1
|
1
|
|
{% if comments[parent_id] %}
|
2
|
2
|
|
{% for comment in comments[parent_id] %}
|
3
|
3
|
|
|
|
4
|
+ |
{# Add an anchor link for this comment #}
|
|
5
|
+ |
<a id="comment-{{ comment.hashId }}"></a>
|
|
6
|
+ |
|
4
|
7
|
|
<table class="comment" style="margin-left:{{ depth * 2 }}em">
|
5
|
|
- |
{# Add an anchor link for this comment #}
|
6
|
|
- |
<a id="comment-{{ comment.hashId }}"></a>
|
7
|
|
- |
|
8
|
8
|
|
<tr>
|
9
|
9
|
|
<td class="pin">▣</td>
|
10
|
10
|
|
|