Commit 8dd19c42 authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes avatar style

parent 95490ca3
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
margin: 0; margin: 0;
} }
.avatar-container { .avatar-image-container {
text-decoration: none; text-decoration: none;
} }
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
%p.commit-title %p.commit-title
%span{ "v-if" => "model.last_deployment.commit && model.last_deployment.commit.title"} %span{ "v-if" => "model.last_deployment.commit && model.last_deployment.commit.title"}
%a.avatar-container{"v-if" => "model.last_deployment.commit.author", ":href" => "model.last_deployment.commit.author.web_url"} %a.avatar-image-container{"v-if" => "model.last_deployment.commit.author", ":href" => "model.last_deployment.commit.author.web_url"}
%img.avatar.has-tooltip.s20{":title" => "model.last_deployment.commit.author.username", %img.avatar.has-tooltip.s20{":title" => "model.last_deployment.commit.author.username",
":src" => "model.last_deployment.commit.author.avatar_url"} ":src" => "model.last_deployment.commit.author.avatar_url"}
%a.commit-row-message{":href" => "model.last_deployment.commit.commit_url"} %a.commit-row-message{":href" => "model.last_deployment.commit.commit_url"}
......
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