show message if there are not recent topics

v1.18.x
Baris Soner Usakli 12 years ago
parent 23598361b8
commit 57a4741e9e

@ -7,15 +7,14 @@
</div> </div>
<div class="alert alert-warning hide {no_topics_message}" id="category-no-topics">
<strong>There are no topics in this category.</strong><br />
Why don't you try posting one?
</div>
<a href="/recent"> <a href="/recent">
<div class="alert hide" id="new-topics-alert"></div> <div class="alert hide" id="new-topics-alert"></div>
</a> </a>
<div class="alert alert-warning hide {no_topics_message}" id="category-no-topics">
<strong>There are no recent topics.</strong>
</div>
<div class="category row"> <div class="category row">
<div class="{topic_row_size}"> <div class="{topic_row_size}">

@ -116,6 +116,7 @@ var RDB = require('./redis.js'),
}; };
if (!tids || !tids.length) { if (!tids || !tids.length) {
latestTopics.no_topics_message = 'show';
callback(latestTopics); callback(latestTopics);
return; return;
} }

Loading…
Cancel
Save