From 1c7c9f81cb87ec4debe35408818ccf0d7c71c5d9 Mon Sep 17 00:00:00 2001 From: YashPhatak Date: Sun, 15 Sep 2024 23:42:38 -0500 Subject: [PATCH] add heroku app change --- app/views/movies/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/movies/index.html.erb b/app/views/movies/index.html.erb index 31937ac..9e4ff22 100644 --- a/app/views/movies/index.html.erb +++ b/app/views/movies/index.html.erb @@ -9,7 +9,7 @@
-<%= link_to "+ Add Movie", new_movie_path(sort: params[:sort], direction: params[:direction]), class: 'button-link-2' %> +<%= link_to "+ New Movie", new_movie_path(sort: params[:sort], direction: params[:direction]), class: 'button-link-2' %>