saasbook

add_form_to_homepage.html.haml

Mar 13th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.22 KB | None | 0 0
  1. -# add to end of app/views/movies/index.html.haml:
  2.  
  3. %h1 Search TMDb for a movie
  4.  
  5. = form_tag :action => 'search_tmdb' do
  6.  
  7.   %label{:for => 'search_terms'} Search Terms
  8.   = text_field_tag 'search_terms'
  9.   = submit_tag 'Search TMDb'
Add Comment
Please, Sign In to add comment