Skip to content

Commit

Permalink
c31
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcor committed Jul 24, 2013
1 parent 8f18e96 commit 66aa60f
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", movie_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", movie_path(:sort => 'release_date'), :id=>'release_date_header'
%th More Info
%tbody
- @movies.each do |movie|
Expand Down

0 comments on commit 66aa60f

Please sign in to comment.