Using the correct attribute.

This commit is contained in:
Samuel Clay 2020-06-25 15:22:29 -04:00
parent 12ab2342d5
commit 3c334d56ff

View file

@ -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() %>\
<% } %>\