warp_engine admin: CI Dashboard removed, Pipelines page with details sidebar, badge and Created fixes

This commit is contained in:
2026-08-06 19:32:50 +02:00
parent 161f923dc8
commit 05beb6230b
4 changed files with 26 additions and 19 deletions
+3 -3
View File
@@ -55,9 +55,9 @@ ActiveAdmin.register WarpEngine::Software, as: "Software" do
if resource.ci_repository
div style: "margin-bottom:8px;" do
a href: admin_ci_repository_path(resource.ci_repository), style: "display:inline-flex;align-items:center;gap:6px;font-weight:bold;color:#5850ec;" do
span "🔧", style: "font-size:16px;"
text_node "CI Repository"
a href: admin_pipeline_path(resource.ci_repository), style: "display:inline-flex;align-items:center;gap:6px;font-weight:bold;color:#5850ec;" do
span "🚀", style: "font-size:16px;"
text_node "Pipelines"
end
end
end