mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Using the correct attribute.
This commit is contained in:
parent
12ab2342d5
commit
3c334d56ff
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
<div class="NB-feed-story-shares-container"></div>\
|
||||
<div class="NB-story-content-container">\
|
||||
<div class="NB-story-content-wrapper <% if (truncatable) { %>NB-story-content-truncatable<% } %>">\
|
||||
<div class="NB-feed-story-content <% if (feed.is_newsletter) { %>NB-newsletter<% } %>">\
|
||||
<div class="NB-feed-story-content <% if (feed.get("is_newsletter")) { %>NB-newsletter<% } %>">\
|
||||
<% if (!options.skip_content) { %>\
|
||||
<%= story.story_content() %>\
|
||||
<% } %>\
|
||||
|
|
Loading…
Add table
Reference in a new issue