Yarik
/
artbox-basic
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c716072a14108bbc2a4a5c34f7f6396dac799696
Authored by
Alexey Boroda
2017-03-29 11:32:56 +0300
1 parent
974ecdbc
-Bar tabs
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
backend/views/site/analytics.php
Inline
Side-by-side
backend/views/site/analytics.php
Wrap text
Show/Hide comments
View file @
c716072
...
...
@@ -190,7 +190,10 @@
190
190
<?php
191
191
echo Tabs::widget(
192
192
[
193
- 'items' => [
193
+ 'options' => [
194
+ 'class' => 'bar_tabs',
195
+ ],
196
+ 'items' => [
194
197
[
195
198
'label' => 'Browsers',
196
199
'content' => $this->render(
...
...