]> git.openstreetmap.org Git - rails.git/commitdiff
Rearrange the left menu
authorTom Hughes <tom@compton.nu>
Mon, 23 Apr 2012 20:02:55 +0000 (21:02 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 23 Apr 2012 20:02:55 +0000 (21:02 +0100)
app/views/layouts/site.html.erb

index 41af1d2b605648341490d42be8229d3a414edcff..2c6752ab9d76f5e16d948bf4f6359227d928a428 100644 (file)
 
       <div id="left_menu" class="left_menu">
         <ul>
-          <%= yield :left_menu %>
-          <li><%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list', :display_name => nil, :tag => nil, :page => nil}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip') } %></li>
           <li><%= t'layouts.help' %>
               <ul>
               <li><%= link_to(t('layouts.help_centre'), t('layouts.help_url'), :title => t('layouts.help_title')) %></li>
               }) %></li>
               </ul>
           </li>
+          <li><%= link_to t('layouts.gps_traces'), {:controller => 'trace', :action => 'list', :display_name => nil, :tag => nil, :page => nil}, {:id => 'traceanchor', :title => t('layouts.gps_traces_tooltip') } %></li>
+          <%= yield :left_menu %>
         </ul>
       </div>