Administrator
/
test_3
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
bbbec56df506190a62ad4d1e61f72b2bc45c4413
Authored by
Yarik
2016-01-26 12:31:30 +0200
1 parent
bea66c28
test
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/assets/AppAsset.php
Inline
Side-by-side
frontend/assets/AppAsset.php
Wrap text
Show/Hide comments
View file @
bbbec56
...
...
@@ -19,6 +19,7 @@ class AppAsset extends AssetBundle
19
19
public $baseUrl = '@web';
20
20
public $css = [
21
21
'css/style.css',
22
+ '/admin/css/flags32.css'
22
23
];
23
24
public $js = [
24
25
'js/script.js',
...
...