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 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">
<div class="alert hide" id="new-topics-alert"></div>
</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="{topic_row_size}">

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

Loading…
Cancel
Save