X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/734cbb967de8e04f15e01ee2103033064dd290d4..e7147d0d7adae704ead9f4985bcda918e622d833:/app/views/browse/_common_details.rhtml?ds=inline diff --git a/app/views/browse/_common_details.rhtml b/app/views/browse/_common_details.rhtml index d7b340e9d..1f9f9ffe6 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 %> + + <% unless common_details.tags_as_hash.empty? %> Tags: