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

add pipeline column within builds index

parent f5dd0957
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
%tr %tr
%th Status %th Status
%th Build %th Build
%th Pipeline
- if admin - if admin
%th Project %th Project
%th Runner %th Runner
......
...@@ -51,6 +51,15 @@ ...@@ -51,6 +51,15 @@
- if build.manual? - if build.manual?
%span.label.label-info 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 - if admin
%td %td
- if build.project - 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