Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
final_project
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
evilla_gomez_guian_principe
final_project
Commits
37e830e0
Commit
37e830e0
authored
Jul 20, 2016
by
Wills Gomez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vote tally count WIP
parent
48e9f000
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
ver1.css.scss
Halalan/app/assets/stylesheets/ver1.css.scss
+6
-2
index.html.erb
Halalan/app/views/admin/candidates/index.html.erb
+1
-1
No files found.
Halalan/app/assets/stylesheets/ver1.css.scss
View file @
37e830e0
...
...
@@ -24,6 +24,10 @@ td {
}
.index
{
padding-left
:
20px
;
padding-right
:
40px
;
padding-left
:
50px
;
padding-right
:
20px
;
}
ul
.nav
navbar-nav
navbar-right
{
padding-top
:
20px
;
}
\ No newline at end of file
Halalan/app/views/admin/candidates/index.html.erb
View file @
37e830e0
...
...
@@ -9,7 +9,7 @@
<%
@positions
.
each
do
|
p
|
%>
<h3>
<%=
p
.
name
%>
</h3>
<ul
>
<ul>
<%
p
.
candidates
.
each
do
|
c
|
%>
<li>
<%=
link_to
c
.
full_name
,
admin_candidate_path
(
c
.
id
)
%>
</li>
<%
end
%>
...
...
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