From b6398afeb14743124bf69f42e2882832a4cd594f Mon Sep 17 00:00:00 2001 From: alexcor Date: Wed, 24 Jul 2013 08:12:43 +0100 Subject: [PATCH] c32 --- app/views/movies/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/movies/index.html.haml b/app/views/movies/index.html.haml index ea88f4d..2eb2069 100644 --- a/app/views/movies/index.html.haml +++ b/app/views/movies/index.html.haml @@ -4,9 +4,9 @@ %table#movies %thead %tr - %th= link_to "Movie Title", movie_path(:sort => 'title'), :id=>'title_header' + %th= link_to "Movie Title", movies_path(:sort => 'title'), :id=>'title_header' %th Rating - %th= link_to "Release Date", movie_path(:sort => 'release_date'), :id=>'release_date_header' + %th= link_to "Release Date", movies_path(:sort => 'release_date'), :id=>'release_date_header' %th More Info %tbody - @movies.each do |movie|