Show More
@@ -4,8 +4,6 b'' | |||||
4 |
|
4 | |||
5 | {% get_current_language as LANGUAGE_CODE %} |
|
5 | {% get_current_language as LANGUAGE_CODE %} | |
6 |
|
6 | |||
7 | {% spaceless %} |
|
|||
8 | {% cache 600 post post.id post.last_edit_time thread.archived bumpable truncated moderator LANGUAGE_CODE need_open_link %} |
|
|||
9 |
|
|
7 | {% if thread.archived %} | |
10 |
|
|
8 | <div class="post archive_post" id="{{ post.id }}"> | |
11 |
|
|
9 | {% elif bumpable %} | |
@@ -18,9 +16,7 b'' | |||||
18 |
|
|
16 | <a class="post_id" href="{% post_object_url post thread=thread %}" | |
19 |
|
|
17 | {% if not truncated and not thread.archived %} | |
20 |
|
|
18 | onclick="javascript:addQuickReply('{{ post.id }}'); return false;" | |
21 |
|
|
19 | title="{% trans 'Quote' %}" {% endif %}>({{ post.id }})</a> | |
22 | {% endif %} |
|
|||
23 | >({{ post.id }}) </a> |
|
|||
24 |
|
|
20 | <span class="title">{{ post.title }} </span> | |
25 |
|
|
21 | <span class="pub_time">{{ post.pub_time }}</span> | |
26 |
|
|
22 | {% if thread.archived %} | |
@@ -77,9 +73,7 b'' | |||||
77 |
|
|
73 | </div> | |
78 |
|
|
74 | {% endif %} | |
79 |
|
|
75 | </div> | |
80 | {% endcache %} |
|
|||
81 |
|
|
76 | {% if is_opening %} | |
82 | {% cache 600 post_thread thread.id thread.last_edit_time LANGUAGE_CODE need_open_link %} |
|
|||
83 |
|
|
77 | <div class="metadata"> | |
84 |
|
|
78 | {% if is_opening and need_open_link %} | |
85 |
|
|
79 | {{ thread.get_reply_count }} {% trans 'messages' %}, | |
@@ -92,7 +86,5 b'' | |||||
92 |
|
|
86 | {% endfor %} | |
93 |
|
|
87 | </span> | |
94 |
|
|
88 | </div> | |
95 | {% endcache %} |
|
|||
96 |
|
|
89 | {% endif %} | |
97 |
|
|
90 | </div> | |
98 | {% endspaceless %} |
|
General Comments 0
You need to be logged in to leave comments.
Login now