Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
candi-date-tayo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
George Nicole Balmaceda
candi-date-tayo
Commits
81975dd1
Commit
81975dd1
authored
Jul 19, 2016
by
royce-matthew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced imaged
parent
720332d7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
style.css
app/assets/stylesheets/style.css
+4
-0
candidate.rb
app/models/candidate.rb
+1
-1
No files found.
app/assets/stylesheets/style.css
View file @
81975dd1
...
...
@@ -39,6 +39,10 @@
float
:
right
;
}
thead
{
font-weight
:
bold
;
}
.candidate-image
{
border-radius
:
50%
;
border
:
1px
#e7e7e7
solid
;
...
...
app/models/candidate.rb
View file @
81975dd1
...
...
@@ -14,7 +14,7 @@ class Candidate < ActiveRecord::Base
end
def
image
if
self
.
image_link
==
nil
"https://
65.media.tumblr.com/avatar_19642255c98d_128.pn
g"
"https://
image.freepik.com/free-vector/arab-man-with-turban_91-9830.jp
g"
else
self
.
image_link
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment