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
a710c943
Commit
a710c943
authored
May 15, 2020
by
Dominik Hebeler
Browse files
removed custom date from settings page
parent
78f69f5c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/settings/index.blade.php
View file @
a710c943
...
...
@@ -65,6 +65,7 @@
<
input
type
=
"hidden"
name
=
"url"
value
=
"{{
$url
}}"
>
<
div
id
=
"filter-options"
>
@
foreach
(
$filter
as
$name
=>
$filterInfo
)
@
if
(
empty
(
$filterInfo
->
hidden
)
||
$filterInfo
->
hidden
===
false
)
<
div
class
=
"form-group"
>
<
label
for
=
"{{
$filterInfo
->
{
"get-parameter"
}
}}"
>@
lang
(
$filterInfo
->
name
)
</
label
>
<
select
name
=
"{{
$filterInfo
->
{
"get-parameter"
}
}}"
id
=
"{{
$filterInfo
->
{
"get-parameter"
}
}}"
class
=
"form-control"
>
...
...
@@ -76,6 +77,7 @@
@
endforeach
</
select
>
</
div
>
@
endif
@
endforeach
</
div
>
<
button
type
=
"submit"
class
=
"btn btn-default"
>@
lang
(
'settings.save'
)
</
button
>
...
...
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