Added jquery tab, accordion to autobind.

made add series page more awsome.
This commit is contained in:
kay.one 2011-12-07 21:30:47 -08:00
commit 5e386a2bc7
10 changed files with 69 additions and 67 deletions

View file

@ -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>