Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
campaign-display is inside the <bulbs-video-meta> now
Browse files Browse the repository at this point in the history
  • Loading branch information
collin committed Jul 6, 2016
1 parent 2aeb8df commit 2b26d10
Showing 1 changed file with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,10 @@
</div>

<div class="video-carousel-meta">
<!--<campaign-display
class="campaign-display-preamble"
data-track-action=""
data-track-category=""
placement="detail"
preamble-text="Presented by"
src="{% if video.tunic_campaign_id %}{% content_tunic_campaign_url videos.0.tunic_campaign_id %}{% endif %}"
name-only
>
</campaign-display>-->
<bulbs-video-meta
src="{{ VIDEOHUB_BASE_URL }}/video/{{ videos.0.videohub_ref.id }}.json"
share-url="http{% if request.is_secure %}s{% endif %}://{{ request.META.HTTP_HOST }}/v/{{ video.id }}"
campaign-url="{% if video.tunic_campaign_id %}{% content_tunic_campaign_url videos.0.tunic_campaign_id %}{% endif %}"
share-email-message="{{share_message}}"
share-twitter-handle="{{twitter_handle}}"
share-track-action="HP: Main: Share"
Expand All @@ -48,13 +39,13 @@
Up Next
</span>

<bulbs-carousel-previous
<bulbs-carousel-previous
class="video-carousel-previous"
data-track-action="HP: Carousel Prev"
data-track-label="#">
</bulbs-carousel-previous>
<bulbs-carousel-next
class="video-carousel-next"
<bulbs-carousel-next
class="video-carousel-next"
data-track-action="HP: Carousel Next"
data-track-label="#">
</bulbs-carousel-next>
Expand Down

0 comments on commit 2b26d10

Please sign in to comment.