Skip to content

Commit

Permalink
Update aggregate_rating.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
bcat95 committed Sep 14, 2020
1 parent 35e8d5f commit b5093da
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<% if @topic_view.topic.ratings.present? %>
<div itemscope itemtype="http://schema.org/CreativeWorkSeries">
<span itemprop="name"><%= @topic_view.topic.title %></span>
<% if @topic_view.topic.image_url != "" %>
<% if @topic_view.topic.image_url.present? %>
<span itemprop="image"><%= @topic_view.topic.image_url %></span>
<% end %>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
Expand Down

0 comments on commit b5093da

Please sign in to comment.