1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Remove div padding on stats page

This commit is contained in:
Chaoyi Zha 2017-01-26 17:40:46 -05:00
parent d95e6f5fb3
commit 40c6c724bf

View File

@ -82,7 +82,9 @@ class StatsController extends Controller {
'link' => $link,
'day_stats' => $day_stats,
'country_stats' => $country_stats,
'referer_stats' => $referer_stats
'referer_stats' => $referer_stats,
'no_div_padding' => true
]);
}
}