mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Grid has image if found already.
This commit is contained in:
parent
5d0272e40c
commit
8af4ded941
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ NEWSBLUR.Views.StoryTitleView = Backbone.View.extend({
|
|||
'),
|
||||
|
||||
grid_template: _.template('\
|
||||
<div class="NB-story-title NB-story-grid <% if (!show_content_preview) { %>NB-story-title-hide-preview<% } %>">\
|
||||
<div class="NB-story-title NB-story-grid <% if (!show_content_preview) { %>NB-story-title-hide-preview<% } %> <% if (story.image_url()) { %>NB-has-image<% } %> ">">\
|
||||
<div class="NB-storytitles-feed-border-inner"></div>\
|
||||
<div class="NB-storytitles-feed-border-outer"></div>\
|
||||
<% if (story.image_url()) { %>\
|
||||
|
|
Loading…
Add table
Reference in a new issue