Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Illuna-Minecraft
illuna-minecraft.tk
Commits
cacc5bc9
Commit
cacc5bc9
authored
Jul 26, 2016
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stats: make monthly+yearly playerstatistics optional
parent
abf2afb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
app/views/home/stats.html.erb
app/views/home/stats.html.erb
+12
-8
No files found.
app/views/home/stats.html.erb
View file @
cacc5bc9
...
...
@@ -7,14 +7,18 @@
<div
class=
"col-md-6"
>
<img
class=
"stat-img"
src=
"https://monitor.tchncs.de/illuna-minetest/illuna-minetest/minetest_players-week.png"
alt=
""
width=
"100%"
/>
</div>
<div
class=
"col-md-6"
>
<img
class=
"stat-img"
src=
"https://monitor.tchncs.de/illuna-minetest/illuna-minetest/minetest_players-month.png"
alt=
""
width=
"100%"
/>
</div>
<div
class=
"col-md-6"
>
<img
class=
"stat-img"
src=
"https://monitor.tchncs.de/illuna-minetest/illuna-minetest/minetest_players-year.png"
alt=
""
width=
"100%"
/>
</div>
<div
class=
"col-md-12"
>
<hr>
<div
class=
""
>
<button
class=
"btn btn-default btn-xs"
type=
"button"
data-toggle=
"collapse"
data-target=
"#more_players"
aria-expanded=
"false"
aria-controls=
"more_players"
>
monthly
&
yearly
</button>
</div>
<div
class=
"collapse"
id=
"more_players"
>
<div
class=
"col-md-6"
>
<img
class=
"stat-img"
src=
"https://monitor.tchncs.de/illuna-minetest/illuna-minetest/minetest_players-month.png"
alt=
""
width=
"100%"
/>
</div>
<div
class=
"col-md-6"
>
<img
class=
"stat-img"
src=
"https://monitor.tchncs.de/illuna-minetest/illuna-minetest/minetest_players-year.png"
alt=
""
width=
"100%"
/>
</div>
</div>
<div
class=
"col-md-6"
id=
"stat-col-sec"
>
<img
class=
"stat-img"
src=
"https://monitor.tchncs.de/tchncs2/tchncs2/ping_-day.png"
alt=
""
width=
"100%"
/>
...
...
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