app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.3.1 vs app/views/engineyard-theme/_header.html.haml in engineyard-theme-2.3.2
- old
+ new
@@ -55,9 +55,15 @@
.wrapper
.header
- if add_navigation == 'true'
%h1.branding
=link_to(content_for?(:branding) ? yield(:branding) : 'Engine Yard, Inc.', '/')
+ #search_form
+ :plain
+ <form action="/search" method="get">
+ <input type="text" name="q" id="searchbox" placeholder="Search" />
+ <input type="submit" value="" id="searchsubmit" class="gsc-search-button" />
+ </form>
#utility
Log in
%div
%ul
%li= link_to('Login to Engine Yard Cloud','https://cloud.engineyard.com')