Skip to content
GitLab
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
803db414
Commit
803db414
authored
May 04, 2016
by
Phil Höfer
Browse files
Über uns erstmal fertig
parent
1ac0e231
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Http/routes.php
View file @
803db414
...
...
@@ -30,8 +30,8 @@
Route
::
get
(
'about'
,
function
()
{
return
view
(
'
team.team
'
)
->
with
(
'title'
,
'
Team
'
);
return
view
(
'
about
'
)
->
with
(
'title'
,
'
Über Uns
'
);
});
Route
::
get
(
'team'
,
function
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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