Add primitive postgres support

This commit is contained in:
Omar Roth
2017-11-29 21:49:26 -06:00
parent 383ed8b209
commit 8d6de7deba
5 changed files with 106 additions and 31 deletions

View File

@@ -11,8 +11,8 @@
<p>-&nbsp; <%= dislikes %></p>
</div>
<div class="pure-u-1 pure-u-md-3-5">
<p>Views : <%= video_info["view_count"] %></p>
<p>Rating : <%= video_info["avg_rating"] %></p>
<p>Views : <%= views %></p>
<p>Rating : <%= rating %></p>
<p>Calculated Rating : <%= calculated_rating %></p>
<p>Engagement : <%= engagement %>%</p>
</div>