gitlab-org--gitlab-foss/app/views/projects/environments/show.html.haml
Kamil Trzcinski cf7da039be commit status
2016-06-10 22:38:40 +02:00

30 lines
623 B
Text

- page_title "Environments"
= render "header_title"
.gray-content-block
Latest deployments for
%strong
= @environment
%ul.content-list
- if @builds.blank?
%li
.nothing-here-block No builds to show for specific environment
- else
.table-holder
%table.table.builds
%thead
%tr
%th Status
%th Build ID
%th Commit
%th Ref
%th Name
%th Duration
%th Finished at
%th
= render @builds, commit_sha: true, ref: true, allow_retry: true
= paginate @builds, theme: 'gitlab'