X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fvideo_policy%2F_form.rhtml;fp=app%2Fviews%2Fvideo_policy%2F_form.rhtml;h=102b498a3fcdc2e12524843f8f0c2bb155d600fa;hb=01114330b962728805d3c43f2f1a1423f2bd66b3;hp=0000000000000000000000000000000000000000;hpb=09ddd1ef5546ec679c832c7cefb93f00125c96c6;p=cs356-p2-videostore.git diff --git a/app/views/video_policy/_form.rhtml b/app/views/video_policy/_form.rhtml new file mode 100644 index 0000000..102b498 --- /dev/null +++ b/app/views/video_policy/_form.rhtml @@ -0,0 +1,16 @@ +<%= error_messages_for 'video_policy' %> + + +


+<%= text_field 'video_policy', 'day' %>

+ +


+<%= text_field 'video_policy', 'fee' %>

+ +


+<%= text_field 'video_policy', 'period' %>

+ +


+<%= text_field 'video_policy', 'description' %>

+ +