X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/734cbb967de8e04f15e01ee2103033064dd290d4..721dd9c27d299455b9159457a095716f797389f1:/app/views/browse/_common_details.rhtml diff --git a/app/views/browse/_common_details.rhtml b/app/views/browse/_common_details.rhtml index d7b340e9d..71a9dd314 100644 --- a/app/views/browse/_common_details.rhtml +++ b/app/views/browse/_common_details.rhtml @@ -3,13 +3,23 @@ <%= h(common_details.timestamp) %> -<% if common_details.changeset.user.data_public %> +<% if common_details.changeset.user.data_public? %> Edited by: <%= link_to h(common_details.changeset.user.display_name), :controller => "user", :action => "view", :display_name => common_details.changeset.user.display_name %> <% end %> + + Version: + <%= h(common_details.version) %> + + + + In changeset: + <%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %> + + <% unless common_details.tags_as_hash.empty? %> Tags: