Edited at: |
<%= h(common_details.timestamp) %> |
<% 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: |
<%= render :partial => "tag", :collection => common_details.tags_as_hash %>
|
<% end %>