Change the label for IMEI number in the list page with proper casing of all caps

This commit is contained in:
leenasn
2015-11-17 17:15:43 +05:30
parent 2b889b8bf8
commit 9ba5ea1e39

View File

@@ -25,7 +25,7 @@ ActiveAdmin.register Device do
status_tag status.titleize, STATUS_CLASSES[status.to_sym]
end
column "Model Name",:model
column :imei_number
column "IMEI Number",:imei_number
column :created_at
column :updated_at
column :last_heartbeat_recd_time