Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
ef4c58d5
Commit
ef4c58d5
authored
May 04, 2016
by
Dominik Hebeler
Browse files
Merge branch '5-uber-uns-seite' into 'master'
5 uber uns seite Closes
#5
See merge request
!8
parents
732cb652
803db414
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
ef4c58d5
...
...
@@ -28,6 +28,11 @@
->
with
(
'css'
,
'impressum.css'
);
});
Route
::
get
(
'about'
,
function
()
{
return
view
(
'about'
)
->
with
(
'title'
,
'Über Uns'
);
});
Route
::
get
(
'team'
,
function
()
{
return
view
(
'team.team'
)
...
...
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