From 3d414fb962812fb9bc982757727f064ec26ee558 Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Sat, 24 Nov 2007 18:57:49 -0800 Subject: [PATCH] Add the 'Add a New Video' link to the main video page Signed-off-by: Ira W. Snyder --- app/views/video/index.rhtml | 1 + app/views/video/new.rhtml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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' %> -- 2.25.1