Merge pull request #3723 from tgxworld/remove_sequential_rendering_of_time_gap

FIX: Timegap only shows up for sequential posts.
This commit is contained in:
Sam
2015-09-15 08:28:45 +10:00
3 changed files with 9 additions and 12 deletions
@@ -2,6 +2,8 @@ import SmallActionComponent from 'discourse/components/small-action';
export default SmallActionComponent.extend({
classNames: ['time-gap'],
classNameBindings: ['hideTimeGap::hidden'],
hideTimeGap: Em.computed.alias('postStream.hasNoFilters'),
icon: 'clock-o',
description: function() {