Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipes | bennett & tanisha | video store consumer #2

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add form template
tanham committed Dec 18, 2017
commit 77c829c1b16df1e101563608b96fd0795b90afbc
7 changes: 7 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ <h2>Movies List</h2>

</main>


<script type="text/template" id="movie-template">
<h3 class="title"><%- title %></h3>
<div class="detail">
@@ -30,6 +31,12 @@ <h3 class="title"><%- title %></h3>
<!-- <button class="btn-cancel button secondary">Cancel</button> -->
</script>

<script type="text/template" id="form-template">
<h3>Search all movies</h3>
<label for="search-movies">Price</label>
<input type="text" name="search-movies" />
</script>

<script src="/app.bundle.js"></script>

</body>