Skip to content

Commit

Permalink
c32
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcor committed Jul 24, 2013
1 parent 66aa60f commit b6398af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/movies/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit b6398af

Please sign in to comment.