Skip to content

Commit

Permalink
Add link to Youtube Video
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakary Potter committed Jul 27, 2017
1 parent 3979abe commit 933a8fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions frontend/src/components/results/WaterfallDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,13 @@

<div class="empty-state empty-state-feed" v-show="entitiesIsEmpty">
<h2>Visualise what your colleagues, friends, companies and competitors are talking about.</h2>
<<<<<<< HEAD
<ol>
<li>Add the name of your first company or person you want to follow. We call this a member.</li>
<li>Click on the member and add all social media channels for this member.</li>
<li>All done!</li>
</ol>
</div>
=======
<ul>
<li>Add the name of your first company or person you want to follow. We call this a member.</li>
<li>Click on the member and add all social media channels for this member.</li>
<li>All done!</li>
</ul>

</div>
>>>>>>> 5e492662b63242982e86bdf5f677ec09ea50f7c2


<div class="tweets wf-container" id="wf-container">
<template v-for="item in items">
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/results/YoutubeFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<!-- THUMBNAIL -->
<div style="position: relative;margin-bottom:16px;">
<img v-bind:src="feed.thumbnail" alt="" class="media">
<a href="" class="play-button">
<a v-bind:href="'https://www.youtube.com/watch?v='+feed.id" target="_blank" class="play-button">
<i class="fa fa-youtube-play"></i>
</a>
</div>
Expand All @@ -25,7 +25,7 @@

<!-- METADATA - likes/comments/views -->
<div class="metadata_1">
<a v-bind:href="'https://www.youtube.com/v/'+feed.id" target="_blank"><i class="fa fa-external-link"></i></a>
<a v-bind:href="'https://www.youtube.com/watch?v='+feed.id" target="_blank"><i class="fa fa-external-link"></i></a>
</div>
<div class="metadata_2">
<div class="name">{{feed.channel}}</div>
Expand Down

0 comments on commit 933a8fa

Please sign in to comment.