<%= @system_setting.config_key %>
<%= link_to "Edit", edit_admin_portal_system_setting_path(@system_setting), class: "btn btn-outline-primary rounded-pill px-4" %>
- Category
-
<% if @system_setting.system_category.present? %>
<%= link_to @system_setting.system_category.name, admin_portal_system_category_path(@system_setting.system_category), class: "text-decoration-none" %>
<% else %>
Uncategorized
<% end %>
- Config Key
- <%= @system_setting.config_key %>
- Value
- <%= @system_setting.value %>
- Created At
- <%= @system_setting.created_at.strftime("%d %b %Y, %I:%M %p") %>
- Updated At
- <%= @system_setting.updated_at.strftime("%d %b %Y, %I:%M %p") %>