X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fvideo%2F_form.rhtml;h=10f345a3db87966f8d890b8eb39447a35d35a8d3;hb=3650c5f411112965a12718b75ccbedde3186fa15;hp=ab7e45646e597d69f152fffab73fe7fc797fd5c3;hpb=0acc9549b65f2c3cd1840f39e31f2177a98bc55e;p=cs356-p2-videostore.git diff --git a/app/views/video/_form.rhtml b/app/views/video/_form.rhtml index ab7e456..10f345a 100644 --- a/app/views/video/_form.rhtml +++ b/app/views/video/_form.rhtml @@ -1,13 +1,19 @@ <%= error_messages_for 'video' %> +


+<%= text_field 'video', 'title' %>

+


-

+<%= check_box 'video', 'newrelease' %>

+ +


+<%= text_field 'video', 'video_genre' %>


<%= text_field 'video', 'director' %>

-


-<%= text_field 'video', 'genre' %>

+


+<%= text_field 'video', 'media' %>