<%= t("admin.change_log.title") %>

<%= @log.id %>

<%= @log.old_value %>

<%= @log.new_value %>

<%= @log.created_at.to_date %>

<%= @log.author.name unless @log.author.nil? %>