Commit 0ae3b75b authored by Mike Greiling's avatar Mike Greiling

add pipeline column within builds index

parent f5dd0957
......@@ -10,6 +10,7 @@
%tr
%th Status
%th Build
%th Pipeline
- if admin
%th Project
%th Runner
......
......@@ -51,6 +51,15 @@
- if build.manual?
%span.label.label-info manual
%td
= link_to pipeline_path(build.pipeline) do
%span.pipeline-id ##{build.pipeline.id}
%span by
- if build.pipeline.user
= user_avatar(user: build.pipeline.user, size: 20)
- else
%span.api.monospace API
- if admin
%td
- if build.project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment