X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ea6926d3de0e0f12f70f0c993261f0dae54aa482..aba79a5e3dba586d7762c353808f125476eb3d2d:/app/views/changeset/list.html.erb
diff --git a/app/views/changeset/list.html.erb b/app/views/changeset/list.html.erb
index 19707cd3f..42b5d3e1e 100644
--- a/app/views/changeset/list.html.erb
+++ b/app/views/changeset/list.html.erb
@@ -1,32 +1,25 @@
<% content_for :head do -%>
- <%= javascript_include_tag "index" %>
- <%= javascript_include_tag "changeset" %>
-
<% unless params[:friends] or params[:nearby] -%>
<%= auto_discovery_link_tag :atom, params.merge({ :page => nil, :action => :feed }) %>
<% end -%>
<% end -%>
-<% content_for :sidebar do %>
-
-
- <%= link_to t('geocoder.results.more_results'), '#', :class => "button" %>
-
- <%= image_tag "searching.gif", :class => ["search_searching", "hidden"] %>
+
+
+ <%= link_to t('geocoder.results.more_results'), '#', :class => "button" %>
- <% elsif @user and @user.display_name == params[:display_name] %>
-
<%= t('changeset.list.empty_user_html') %>
- <% else %>
-
<%= t('changeset.list.empty_anon_html') %>
- <% end %>
+ <%= image_tag "searching.gif", :class => ["search_searching", "hidden"] %>
+
+<% elsif @user and @user.display_name == params[:display_name] %>
+
<%= t('changeset.list.empty_user_html') %>
+<% else %>
+
<%= t('changeset.list.empty_anon_html') %>
<% end %>
-
-<%= render :template => 'layouts/map' %>