Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parkinglot
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
parkinglot
Commits
3aa51da6
Commit
3aa51da6
authored
Jul 05, 2016
by
Galen Evilla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a word
parent
6a9ab170
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
evilla.html.erb
app/views/about/evilla.html.erb
+1
-1
gomez.html.erb
app/views/about/gomez.html.erb
+1
-1
guian.html.erb
app/views/about/guian.html.erb
+1
-1
principe.html.erb
app/views/about/principe.html.erb
+1
-1
application.html.erb
app/views/layouts/application.html.erb
+1
-1
No files found.
app/views/about/evilla.html.erb
View file @
3aa51da6
<%
provide
(
:about
,
"active"
)
%>
<%
provide
(
:title
,
"About"
)
%>
<%
provide
(
:title
,
"About
Evilla
"
)
%>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
app/views/about/gomez.html.erb
View file @
3aa51da6
<%
provide
(
:about
,
"active"
)
%>
<%
provide
(
:title
,
"About"
)
%>
<%
provide
(
:title
,
"About
Gomez
"
)
%>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
app/views/about/guian.html.erb
View file @
3aa51da6
<%
provide
(
:about
,
"active"
)
%>
<%
provide
(
:title
,
"About"
)
%>
<%
provide
(
:title
,
"About
Guian
"
)
%>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
app/views/about/principe.html.erb
View file @
3aa51da6
<%
provide
(
:about
,
"active"
)
%>
<%
provide
(
:title
,
"About"
)
%>
<%
provide
(
:title
,
"About
Principe
"
)
%>
<div
class=
"container"
>
<div
class=
"row"
>
...
...
app/views/layouts/application.html.erb
View file @
3aa51da6
<!DOCTYPE html>
<html>
<head>
<title>
<%=
yield
(
:title
)
%>
| Parking
l
ot
</title>
<title>
<%=
yield
(
:title
)
%>
| Parking
L
ot
</title>
<%=
stylesheet_link_tag
'application'
,
media:
'all'
,
'data-turbolinks-track'
=>
true
%>
<%=
javascript_include_tag
'application'
,
'data-turbolinks-track'
=>
true
%>
<%=
csrf_meta_tags
%>
...
...
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