mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
Fixed activity.less reference
This commit is contained in:
parent
b7d3daf3ec
commit
019500ef4f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ gulp.task('less', function () {
|
|||
paths.src.content + 'theme.less',
|
||||
paths.src.content + 'overrides.less',
|
||||
paths.src.root + 'Series/series.less',
|
||||
paths.src.root + 'History/history.less',
|
||||
paths.src.root + 'Activity/activity.less',
|
||||
paths.src.root + 'AddSeries/addSeries.less',
|
||||
paths.src.root + 'Calendar/calendar.less',
|
||||
paths.src.root + 'Cells/cells.less',
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<link href="/Content/theme.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/cells.css" rel='stylesheet' type='text/css'>
|
||||
<link href="/Content/series.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/history.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/activity.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/logs.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/settings.css" rel='stylesheet' type='text/css'/>
|
||||
<link href="/Content/addSeries.css" rel='stylesheet' type='text/css'/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue