Sha256: f72341b9ffbacbea329477bb63974f59ffe679594dba6826620c42a301e68533
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
<!DOCTYPE html> <html> <head> <title><%%= page_title %> | <%= app_const_base %></title> <%%= stylesheet_link_tag "application" %> <%%= javascript_include_tag "application" %> <%%= csrf_meta_tags %> </head> <body> <%%= form_tag(noodall_search_path, :method => :get, :class => 'search') do %> <%%= text_field_tag :q, params[:q] || 'Enter keyword(s) here' %> <%%= submit_tag 'Search' %> <%% end %> <%%= flash_messages %> <%%= yield %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems