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
b9bc58bc
Commit
b9bc58bc
authored
Jul 19, 2016
by
royce-matthew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added details for profile and also link
parent
357ba49c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
edit.html.erb
app/views/admin/candidates/edit.html.erb
+1
-1
show.html.erb
app/views/admin/candidates/show.html.erb
+7
-2
profile.html.erb
app/views/pages/profile.html.erb
+8
-0
No files found.
app/views/admin/candidates/edit.html.erb
View file @
b9bc58bc
<h1>
Admin Edit Post
</h1>
<h1>
Edit Candidate Details
</h1>
<%=
render
partial:
"form"
%>
...
...
app/views/admin/candidates/show.html.erb
View file @
b9bc58bc
...
...
@@ -4,10 +4,11 @@
<div
style=
"display:inline-block"
>
<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
"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>
<p>
...
...
@@ -45,7 +46,11 @@ o=0
<%
end
%>
<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"
>
<tr><td>
Male Votes
</td><td>
<%=
m
%>
</td></tr>
<tr><td>
Female Votes
</td><td>
<%=
f
%>
</td></tr>
...
...
app/views/pages/profile.html.erb
View file @
b9bc58bc
<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>
<ul>
<%
current_user
.
votes
.
each
do
|
v
|
%>
<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