We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802dc45 commit 49d4365Copy full SHA for 49d4365
config/locales/en.yml
@@ -72,6 +72,7 @@ en:
72
labels:
73
destroy: "Delete"
74
comments:
75
+ created_at: "Created"
76
resource_type: "Resource Type"
77
author_type: "Author Type"
78
body: "Body"
lib/active_admin/orm/active_record/comments.rb
@@ -74,6 +74,7 @@ def create
column I18n.t('active_admin.comments.resource'), :resource
column I18n.t('active_admin.comments.author'), :author
column I18n.t('active_admin.comments.body'), :body
+ column I18n.t('active_admin.comments.created_at'), :created_at
actions
79
end
80
0 commit comments