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
Commits
41c853f7
Commit
41c853f7
authored
8 years ago
by
karl
Browse files
Options
Downloads
Patches
Plain Diff
Einstellungsseite hionzugefügt
parent
5e82826a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/Http/routes.php
+2
-1
2 additions, 1 deletion
app/Http/routes.php
resources/views/settings.blade.php
+1
-3
1 addition, 3 deletions
resources/views/settings.blade.php
with
3 additions
and
4 deletions
app/Http/routes.php
+
2
−
1
View file @
41c853f7
...
@@ -86,6 +86,7 @@
...
@@ -86,6 +86,7 @@
{
{
return
view
(
'settings'
)
return
view
(
'settings'
)
->
with
(
'title'
,
'Einstellungen'
)
// TODO Titel übersetzen
->
with
(
'title'
,
'Einstellungen'
)
// TODO Titel übersetzen
->
with
(
'css'
,
'settings.css'
);
->
with
(
'css'
,
'settings.css'
)
->
with
(
'js'
,
[
'settings.js'
]);
});
});
});
});
This diff is collapsed.
Click to expand it.
resources/views/settings.blade.php
+
1
−
3
View file @
41c853f7
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
@
section
(
'content'
)
@
section
(
'content'
)
<
form
action
=
"/"
method
=
"get"
>
<
form
action
=
"/"
method
=
"get"
>
<
h1
>
Einstellungen
</
h1
>
<
h1
>
Einstellungen
</
h1
>
<
p
id
=
"lead"
>
Hier
k
&
ouml
;
nnen
Sie
Ihr
MetaGer
anpassen
:
Nach
Anklicken
Ihrer
gew
&
uuml
;
nschten
Einstellungen
m
&
uuml
;
ssen
Sie
<
a
href
=
"#unten"
>
unten
auf
dieser
Seite
</
a
>
w
&
auml
;
hlen
,
ob
Sie
die
Einstellungen
dauerhaft
speichern
,
oder
nur
einmalig
setzen
wollen
.
</
p
>
<
p
id
=
"lead"
>
Hier
k
&
ouml
;
nnen
Sie
Ihr
MetaGer
anpassen
:
Nach
Anklicken
Ihrer
gew
&
uuml
;
nschten
Einstellungen
m
&
uuml
;
ssen
Sie
<
a
href
=
"#unten"
>
unten
auf
dieser
Seite
</
a
>
w
&
auml
;
hlen
,
ob
Sie
die
Einstellungen
dauerhaft
speichern
,
oder
nur
einmalig
setzen
wollen
.
</
p
>
<
h2
>
Allgemein
</
h2
>
<
h2
>
Allgemein
</
h2
>
<
input
type
=
"hidden"
name
=
"focus"
value
=
"angepasst"
>
<
input
type
=
"hidden"
name
=
"focus"
value
=
"angepasst"
>
<
div
class
=
"checkbox"
>
<
div
class
=
"checkbox"
>
...
@@ -248,6 +248,4 @@
...
@@ -248,6 +248,4 @@
<
input
id
=
"unten"
type
=
"submit"
class
=
"btn btn-primary"
value
=
"Startseite für einmalige Nutzung generieren"
>
<
input
id
=
"unten"
type
=
"submit"
class
=
"btn btn-primary"
value
=
"Startseite für einmalige Nutzung generieren"
>
<
input
type
=
"button"
class
=
"btn btn-primary hidden"
id
=
"save"
value
=
"Einstellungen dauerhaft speichern"
>
<
input
type
=
"button"
class
=
"btn btn-primary hidden"
id
=
"save"
value
=
"Einstellungen dauerhaft speichern"
>
<
input
type
=
"button"
class
=
"btn btn-danger hidden"
id
=
"reset"
value
=
"Einstellungen Zurücksetzen"
></
form
>
<
input
type
=
"button"
class
=
"btn btn-danger hidden"
id
=
"reset"
value
=
"Einstellungen Zurücksetzen"
></
form
>
<
script
type
=
"text/javascript"
src
=
"/js/settings.js"
></
script
>
@
endsection
@
endsection
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment