Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Merge requests
!33
5 uber uns seite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
5 uber uns seite
5-uber-uns-seite
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Closed
Phil Höfer
requested to merge
5-uber-uns-seite
into
master
8 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
Expand
Closes
#5 (closed)
Ist fertig.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
80f94f26
2 commits,
8 years ago
3 files
+
28
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
app/Http/routes.php
+
2
−
1
Options
@@ -31,7 +31,8 @@
Route
::
get
(
'about'
,
function
()
{
return
view
(
'about'
)
->
with
(
'title'
,
'Über Uns'
);
->
with
(
'title'
,
'Über Uns'
)
->
with
(
'css'
,
'about.css'
);
});
Route
::
get
(
'team'
,
function
()
{
Loading