mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added jquery tab, accordion to autobind.
made add series page more awsome.
This commit is contained in:
parent
becd8e2dac
commit
5e386a2bc7
10 changed files with 69 additions and 67 deletions
|
@ -1,5 +1,5 @@
|
|||
@model IEnumerable<String>
|
||||
@if (Model.Count() == 0)
|
||||
@if (!Model.Any())
|
||||
{
|
||||
<div class="actionButton delete">
|
||||
<span>You have no root folders added.</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue