X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7d3a5899c9ef20b9a67eda05c1b1c167b6677bdd..663416ae0bdca040f23cf867c43b94d0c1e2b45b:/app/views/changeset/_changeset.rhtml
diff --git a/app/views/changeset/_changeset.rhtml b/app/views/changeset/_changeset.rhtml
index 7e5aeed88..049be5d33 100644
--- a/app/views/changeset/_changeset.rhtml
+++ b/app/views/changeset/_changeset.rhtml
@@ -3,10 +3,12 @@
#<%= changeset.id %>
+ |
<% if changeset.closed_at > DateTime.now %> (still editing)
<% else %><%= changeset.closed_at.strftime("%d %b %Y %H:%M") %><% end %>
+ |
<%if showusername %>
@@ -16,6 +18,7 @@
<% else %>
Anonymous
<% end %>
+
<% end %>
@@ -24,6 +27,7 @@
<% else %>
(none)
<% end %>
+ |
<% if changeset.min_lat.nil? %>
@@ -37,8 +41,10 @@
(<%= format("%0.3f",lat1) -%>,<%= format("%0.3f",lon1) -%>) to
(<%= format("%0.3f",lat2) -%>,<%= format("%0.3f",lon2) -%>)
<% end %>
+ |
<%= link_to 'more', {:controller => 'browse', :action => 'changeset', :id => changeset.id}, {:title => 'View changeset details'} %>
+ |