From: Ira W. Snyder Date: Sun, 25 Nov 2007 02:57:49 +0000 (-0800) Subject: Add the 'Add a New Video' link to the main video page X-Git-Tag: turned-in~38 X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=3d414fb962812fb9bc982757727f064ec26ee558;p=cs356-p2-videostore.git Add the 'Add a New Video' link to the main video page Signed-off-by: Ira W. Snyder --- diff --git a/app/views/video/index.rhtml b/app/views/video/index.rhtml index 142c363..3256908 100644 --- a/app/views/video/index.rhtml +++ b/app/views/video/index.rhtml @@ -4,4 +4,5 @@ diff --git a/app/views/video/new.rhtml b/app/views/video/new.rhtml index 66bbda4..cf2572b 100644 --- a/app/views/video/new.rhtml +++ b/app/views/video/new.rhtml @@ -5,4 +5,4 @@ <%= submit_tag "Create" %> <% end %> -<%= link_to 'Back', :action => 'list' %> +<%= link_to 'Back', :action => 'index' %>