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
bc373ce0
Commit
bc373ce0
authored
Jul 18, 2016
by
Dominik Hebeler
Browse files
Merge branch 'Bugfix' into 'development'
Bugfix See merge request
!151
parents
fad2dbd4
f55610fe
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/admin/count.blade.php
View file @
bc373ce0
...
...
@@ -10,11 +10,11 @@
<
th
>
Datum
</
th
>
<
th
>
Suchanfragen
zur
gleichen
Zeit
</
th
>
<
th
>
Suchanfragen
insgesamt
</
th
>
<
th
>
Mittelwert
</
th
>
<
th
>
Mittelwert
(
bis
zum
jeweiligen
Tag
zurück
)
</
th
>
</
tr
>
@
if
(
isset
(
$today
)
)
<
tr
>
<
td
>
{{
date
(
DATE_RFC822
,
mktime
(
date
(
"H"
),
date
(
"i"
),
date
(
"s"
),
date
(
"m"
),
date
(
"d"
),
date
(
"Y"
)))
}}
</
td
>
<
td
>
{{
date
(
"D, d M y"
,
mktime
(
date
(
"H"
),
date
(
"i"
),
date
(
"s"
),
date
(
"m"
),
date
(
"d"
),
date
(
"Y"
)))
}}
</
td
>
<
td
>
{{
$today
}}
</
td
>
<
td
>???</
td
>
<
td
>???</
td
>
...
...
@@ -22,7 +22,7 @@
@
endif
@
foreach
(
$oldLogs
as
$key
=>
$value
)
<
tr
>
<
td
>
{{
date
(
DATE_RFC822
,
mktime
(
date
(
"H"
),
date
(
"i"
),
date
(
"s"
),
date
(
"m"
),
date
(
"d"
)
-
$key
,
date
(
"Y"
)))
}}
</
td
>
<
td
>
{{
date
(
"D, d M y"
,
mktime
(
date
(
"H"
),
date
(
"i"
),
date
(
"s"
),
date
(
"m"
),
date
(
"d"
)
-
$key
,
date
(
"Y"
)))
}}
</
td
>
<
td
>
{{
$value
[
'sameTime'
]
}}
</
td
>
<
td
>
{{
$value
[
'insgesamt'
]
}}
</
td
>
<
td
>
{{
$value
[
'median'
]
}}
</
td
>
...
...
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