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
c9cd83dc
Commit
c9cd83dc
authored
Jul 20, 2016
by
Wills Gomez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed banner
parent
47918d06
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
20 deletions
+2
-20
philippineflag.jpg
Halalan-trial/app/assets/images/philippineflag.jpg
+0
-0
ver1.css.scss
Halalan-trial/app/assets/stylesheets/ver1.css.scss
+0
-13
index.html.erb
Halalan-trial/app/views/admin/candidates/index.html.erb
+2
-3
index.html.erb
Halalan-trial/app/views/pages/index.html.erb
+0
-4
No files found.
Halalan-trial/app/assets/images/philippineflag.jpg
View replaced file @
47918d06
View file @
c9cd83dc
29.1 KB
|
W:
|
H:
259 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Halalan-trial/app/assets/stylesheets/ver1.css.scss
View file @
c9cd83dc
...
...
@@ -24,17 +24,4 @@ ul.nav navbar-nav navbar-right{
padding-top
:
20px
;
}
.banner
{
width
:
100%
;
height
:
300px
;
display
:
block
;
background-image
:
url(image-path('philippineflag2.jpg')
);
}
.banner
>
.banner-image
{
width
:
100%
;
height
:
300px
;
display
:
block
;
background-image
:
url(image-path('philippineflag2.jpg')
);
}
\ No newline at end of file
Halalan-trial/app/views/admin/candidates/index.html.erb
View file @
c9cd83dc
...
...
@@ -11,7 +11,7 @@
<%
@positions
.
each
do
|
p
|
%>
<hr>
<h3><center>
<%=
p
.
name
%>
</center></h3>
<
<<<<<<
HEAD
<table>
<table
class=
"table table-hover"
>
...
...
@@ -19,9 +19,8 @@
<th
witdth =
"40%"
><center>
Name
</center></th>
<th><center>
Slogan
</center></th>
</thead>
=======
<table>
>>>>>>> a1448dc5a8392d3e8fd508db23a835cd0eab52ce
<%
p
.
candidates
.
each
do
|
c
|
%>
<tr>
<td>
...
...
Halalan-trial/app/views/pages/index.html.erb
View file @
c9cd83dc
...
...
@@ -2,10 +2,6 @@
<%
provide
(
:title
,
"Home"
)
%>
<div
class=
"banner"
>
<img
class=
"banner-image"
src=
"images/philippineflag2.jpg"
>
</div>
<div
class =
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
...
...
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