Commit column

This commit is contained in:
Filipa Lacerda 2016-10-20 11:43:22 +01:00
parent c28df601dc
commit b31c9f5318
2 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ class Projects::EnvironmentsController < Projects::ApplicationController
last_deployment: {
include: {
user: { only: [:id, :name, :username], methods: [:avatar_url] },
deployable: { only: [:id, :name] }
deployable: { only: [:id, :name, :ref, :tag, :short_sha] }
}
}
}

View File

@ -21,7 +21,7 @@
%span{ "v-if" => "model.last_deployment.user" }
by
%a{":href" => "'/' + model.last_deployment.user.username"}
%img.avatar.has-tooltip.s20{ ":src" => "model.last_deployment.user.avatar_url",
":alt" => "model.last_deployment.user.username + ' avatar'",
":title" => "model.last_deployment.user.username",
@ -35,7 +35,7 @@
%td
%a{ "v-if" => "!isFolder && model.last_deployment" }
/ = render "projects/deployments/commit", deployment: "{{model.last_deployment}}"
-# = render "projects/deployments/commit", deployment: "{{model.last_deployment}}"
%p.commit-title{ "v-if" => "!isFolder && !model.last_deployment"}
No deployments yet
@ -80,7 +80,7 @@
%td
%a{ "v-if" => "child.last_deployment" }
/ = render "projects/deployments/commit", deployment: "{{child.last_deployment}}"
-# = render "projects/deployments/commit", deployment: "{{child.last_deployment}}"
%p.commit-title{ "v-if" => "!child.last_deployment"}
No deployments yet