much smarter handling of series collection rendering.

This commit is contained in:
Keivan Beigi 2013-06-28 16:06:16 -07:00
commit b9b9ad6fb5
10 changed files with 117 additions and 94 deletions

View file

@ -1,4 +1,12 @@
<div class="well span11">
<i class="icon-comment"/>
You must be new around here, You should add some series.
</div>
<div class="row">
<div class="well span11">
<i class="icon-comment"/>
You must be new around here, You should add some series.
</div>
</div>
<div class="row span3 offset4">
<a href="/addseries" class='btn btn-large btn-block btn-success x-add-series'>
<i class='icon-nd-add'></i>
Add Series
</a>
</div>