Edited at: |
<%= h(common_details.timestamp) %> |
<% if common_details.user.data_public %>
Edited by: |
<%= link_to h(common_details.user.display_name), :controller => "user", :action => "view", :display_name => common_details.user.display_name %> |
<% end %>
<% unless common_details.tags_as_hash.empty? %>
Tags: |
<%= render :partial => "tag", :collection => common_details.tags_as_hash %>
|
<% end %>