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
c0a0c4ca
Commit
c0a0c4ca
authored
Jul 19, 2016
by
Alexander Hans Collado Jr.
Browse files
Options
Browse Files
Download
Plain Diff
fixed nav styles, deleted inline styles
parents
2eb46511
b9bc58bc
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23 additions
and
4 deletions
+23
-4
candidate.rb
app/models/candidate.rb
+5
-0
_form.html.erb
app/views/admin/candidates/_form.html.erb
+1
-0
edit.html.erb
app/views/admin/candidates/edit.html.erb
+1
-1
show.html.erb
app/views/admin/candidates/show.html.erb
+7
-2
index.html.erb
app/views/pages/index.html.erb
+1
-1
profile.html.erb
app/views/pages/profile.html.erb
+8
-0
No files found.
app/models/candidate.rb
View file @
c0a0c4ca
class
Candidate
<
ActiveRecord
::
Base
class
Candidate
<
ActiveRecord
::
Base
validates
:first_name
,
presence:
true
validates
:first_name
,
presence:
true
validates
:nickname
,
presence:
true
validates
:last_name
,
presence:
true
validates
:last_name
,
presence:
true
...
@@ -20,4 +22,7 @@ class Candidate < ActiveRecord::Base
...
@@ -20,4 +22,7 @@ class Candidate < ActiveRecord::Base
self
.
image_link
self
.
image_link
end
end
end
end
def
votesCount
self
.
votes
.
count
end
end
end
\ No newline at end of file
app/views/admin/candidates/_form.html.erb
View file @
c0a0c4ca
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<%=
f
.
association
:position
,
label_method: :name
,
value_method: :id
%>
<%=
f
.
association
:position
,
label_method: :name
,
value_method: :id
%>
<%=
f
.
input
:first_name
%>
<%=
f
.
input
:first_name
%>
<%=
f
.
input
:last_name
%>
<%=
f
.
input
:last_name
%>
<%=
f
.
input
:nickname
%>
<div
class=
""
id=
"box"
></div>
<div
class=
""
id=
"box"
></div>
<%=
f
.
input
:image_link
,
input_html
:{
id
:"field"
}
%>
<%=
f
.
input
:image_link
,
input_html
:{
id
:"field"
}
%>
...
...
app/views/admin/candidates/edit.html.erb
View file @
c0a0c4ca
<h1>
Admin Edit Post
</h1>
<h1>
Edit Candidate Details
</h1>
<%=
render
partial:
"form"
%>
<%=
render
partial:
"form"
%>
...
...
app/views/admin/candidates/show.html.erb
View file @
c0a0c4ca
...
@@ -4,10 +4,11 @@
...
@@ -4,10 +4,11 @@
<div
style=
"display:inline-block"
>
<div
style=
"display:inline-block"
>
<h1
style=
"margin-bottom:3px;"
>
<%=
@candidate
.
full_name
%>
<h1
style=
"margin-bottom:3px;"
>
<%=
@candidate
.
full_name
%>
<%=
link_to
"Edit"
,
edit_admin_candidate_path
(
@candidate
.
id
),
{
:style
=>
"font-size:18px; text-decoration:none; color:rgba(0,0,0,0.5)"
}
%>
<%=
link_to
"Edit"
,
edit_admin_candidate_path
(
@candidate
.
id
),
{
:style
=>
"font-size:18px; text-decoration:none; color:rgba(0,0,0,0.5)"
}
%>
<%=
link_to
"OBOSEN"
,
admin_candidate_path
(
@candidate
.
id
),
{
:style
=>
"font-size:18px; text-decoration:none; color:rgba(200,0,0,0.5)"
,
method: :delete
}
%>
</h1>
<%=
link_to
"OBOSEN"
,
admin_candidate_path
(
@candidate
.
id
),
{
:style
=>
"font-size:18px; text-decoration:none; color:rgba(200,0,0,0.5)"
,
method: :delete
}
%>
</h1>
<
h3
style=
"margin-top:3px; color:#004e7e; margin: 0"
>
<%=
@candidate
.
position
.
name
%>
</h3
>
<
%=
link_to
@candidate
.
position
.
name
,
admin_position_path
(
@candidate
.
position
.
id
),
{
:style
=>
"font-size:35px;margin-top:3px; color:#004e7e; margin: 0"
}
%
>
</div>
</div>
</div>
</div>
<p>
<p>
...
@@ -45,7 +46,11 @@ o=0
...
@@ -45,7 +46,11 @@ o=0
<%
end
%>
<%
end
%>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"six columns"
style=
"font-size:30px; margin:30px auto; text-align:center"
><br>
“
<%=
@candidate
.
slogan
%>
”
</div>
<div
class=
"six columns"
style=
"font-size:30px; margin:30px auto; text-align:center"
><br>
“
<%=
@candidate
.
slogan
%>
”
<br>
<div
style=
"text-align:right;"
>
-
<%=
@candidate
.
nickname
%>
</div>
</div>
<table
class=
"five columns"
>
<table
class=
"five columns"
>
<tr><td>
Male Votes
</td><td>
<%=
m
%>
</td></tr>
<tr><td>
Male Votes
</td><td>
<%=
m
%>
</td></tr>
<tr><td>
Female Votes
</td><td>
<%=
f
%>
</td></tr>
<tr><td>
Female Votes
</td><td>
<%=
f
%>
</td></tr>
...
...
app/views/pages/index.html.erb
View file @
c0a0c4ca
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<%
p
.
candidates
.
each
do
|
c
|
%>
<%
p
.
candidates
.
each
do
|
c
|
%>
<%
total
=
total
+
c
.
votes
.
count
%>
<%
total
=
total
+
c
.
votes
.
count
%>
<%
end
%>
<%
end
%>
<%
p
.
candidates
.
each
do
|
c
|
%>
<%
p
.
candidates
.
order
(
'first_name'
).
each
do
|
c
|
%>
<tr><td><img
class=
"candidate-image"
style=
"background: url(
<%=
c
.
image
%>
); background-size:cover; background-position: 50% 50%; height:64px; width:64px; "
width=
"64px"
height=
"64px;"
></td><td
style=
"min-width: 250px;"
>
<%=
link_to
c
.
full_name
,
admin_candidate_path
(
c
.
id
),
{
:style
=>
"font-size:15 px;"
}
%>
</td><td
style=
"min-width: 300px;"
>
<%=
c
.
slogan
%>
</td><td>
<%=
c
.
votes
.
count
%>
</td>
<tr><td><img
class=
"candidate-image"
style=
"background: url(
<%=
c
.
image
%>
); background-size:cover; background-position: 50% 50%; height:64px; width:64px; "
width=
"64px"
height=
"64px;"
></td><td
style=
"min-width: 250px;"
>
<%=
link_to
c
.
full_name
,
admin_candidate_path
(
c
.
id
),
{
:style
=>
"font-size:15 px;"
}
%>
</td><td
style=
"min-width: 300px;"
>
<%=
c
.
slogan
%>
</td><td>
<%=
c
.
votes
.
count
%>
</td>
<td>
<progress
value=
"
<%=
c
.
votes
.
count
%>
"
max=
"
<%=
total
%>
"
></td>
<td>
<progress
value=
"
<%=
c
.
votes
.
count
%>
"
max=
"
<%=
total
%>
"
></td>
...
...
app/views/pages/profile.html.erb
View file @
c0a0c4ca
<h4>
Howdy
<%=
current_user
.
first_name
%>
</h4>
<h4>
Howdy
<%=
current_user
.
first_name
%>
</h4>
<table>
<tr><td>
Email:
</td><td>
<%=
current_user
.
email
%>
</td></tr>
<tr><td>
Gender:
</td><td>
<%=
current_user
.
gender
%>
</td></tr>
<tr><td>
Birthday:
</td><td>
<%=
current_user
.
birthday
%>
</td></tr>
</table>
You Voted for
<br>
You Voted for
<br>
<ul>
<ul>
<%
current_user
.
votes
.
each
do
|
v
|
%>
<%
current_user
.
votes
.
each
do
|
v
|
%>
<li>
<%=
"
#{
v
.
candidate
.
position
.
name
}
:
#{
v
.
candidate
.
full_name
}
"
%>
<li>
<%=
"
#{
v
.
candidate
.
position
.
name
}
:
#{
v
.
candidate
.
full_name
}
"
%>
...
...
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