Commit 81975dd1 authored by royce-matthew's avatar royce-matthew

replaced imaged

parent 720332d7
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
float:right; float:right;
} }
thead {
font-weight: bold;
}
.candidate-image { .candidate-image {
border-radius: 50%; border-radius: 50%;
border: 1px #e7e7e7 solid; border: 1px #e7e7e7 solid;
......
...@@ -14,7 +14,7 @@ class Candidate < ActiveRecord::Base ...@@ -14,7 +14,7 @@ class Candidate < ActiveRecord::Base
end end
def image def image
if self.image_link == nil if self.image_link == nil
"https://65.media.tumblr.com/avatar_19642255c98d_128.png" "https://image.freepik.com/free-vector/arab-man-with-turban_91-9830.jpg"
else else
self.image_link self.image_link
......
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