Add search

This commit is contained in:
Omar Roth
2017-12-30 15:21:43 -06:00
parent 127e140130
commit 86a8e181bf
2 changed files with 28 additions and 0 deletions

3
src/views/search.ecr Normal file
View File

@@ -0,0 +1,3 @@
<% videos.each do |video| %>
<p><a href="<%= video.content %>"><%= video.content %></a></p>
<% end %>