Add help/doc button to dropdown menu, remove button from old position, edit Change file

Change-Id: I6aed5457e0872f58d3d549c8fa6e119f31c1c648
diff --git a/templates/partial/header.html.ep b/templates/partial/header.html.ep
index ac6f344..514f225 100644
--- a/templates/partial/header.html.ep
+++ b/templates/partial/header.html.ep
@@ -30,7 +30,7 @@
       % param(cutoff => 1) unless param 'q';
       %= check_box cutoff => 1, id => 'q-cutoff-field', class => 'checkbox'
       <label for="q-cutoff-field" title="<%= loc('glimpse_desc') %>"><span id="glimpse"></span><%= loc('glimpse') %></label>
-      <%= link_to 'doc_start', title => loc('tutorial'), class => "tutorial", id => "view-tutorial", tabindex => '-1', begin %><span><%= loc 'tutorial' %></span><% end %>
+      %# <%= link_to 'doc_start', title => loc('tutorial'), class => "tutorial", id => "view-tutorial", tabindex => '-1', begin %><span><%= loc 'tutorial' %></span><% end %>
     </div>
     <div class="clear"></div>
   </form>