[openstreetmap-website] Convert {browse, export}/start.js.erb to static assets (#73)

John Firebaugh notifications at github.com
Sun Aug 26 16:25:17 BST 2012


> @@ -39,7 +39,7 @@
>          <li><%= link_to t('layouts.view'), {:controller => 'site', :action => 'index'}, {:id => 'viewanchor', :title => t('layouts.view_tooltip'), :class => viewclass} %></li>
>          <li><%= link_to h(t('layouts.edit')) + content_tag(:span, "▾", :class => "menuicon"), {:controller => 'site', :action => 'edit'}, {:id => 'editanchor', :title => t('javascripts.site.edit_tooltip'), :class => editclass} %></li>
>          <li><%= link_to t('layouts.history'), {:controller => 'changeset', :action => 'list' }, {:id => 'historyanchor', :title => t('javascripts.site.history_tooltip'), :class => historyclass} %></li>
> -        <li><%= link_to t('layouts.export'), {:controller => 'site', :action => 'export'}, {:id => 'exportanchor', :title => t('layouts.export_tooltip'), :class => exportclass} %></li>
> +        <li><%= link_to t('layouts.export'), {:controller => 'export', :action => 'start'}, {:id => 'exportanchor', :title => t('layouts.export_tooltip'), :class => exportclass} %></li>

Indeed, I have broken that functionality. Thanks for pointing it out, I'll fix it.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/73/files#r1460960
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20120826/02b5c667/attachment.html>


More information about the rails-dev mailing list