]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changesets/history.html.erb
Pluralize changesets controller
[rails.git] / app / views / changesets / history.html.erb
diff --git a/app/views/changesets/history.html.erb b/app/views/changesets/history.html.erb
new file mode 100644 (file)
index 0000000..1117f01
--- /dev/null
@@ -0,0 +1,23 @@
+<% content_for :auto_discovery_link_tag do -%>
+  <% unless params[:friends] or params[:nearby] -%>
+    <%= auto_discovery_link_tag :atom, @params.merge(:max_id => nil, :xhr => nil, :action => :feed) %>
+  <% end -%>
+<% end -%>
+
+<%
+   set_title(changeset_index_title(params, current_user))
+   if params[:display_name]
+     @heading = t('changesets.index.title_user', :user => link_to(params[:display_name], user_path(:display_name => params[:display_name]))).html_safe
+   else
+     @heading = @title
+   end
+%>
+
+<h2>
+  <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+  <%= @heading %>
+</h2>
+
+<div class="changesets">
+  <%= image_tag "searching.gif", :class => "loader" %>
+</div>