1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

much smarter handling of series collection rendering.

This commit is contained in:
Keivan Beigi
2013-06-28 16:06:16 -07:00
parent 263700954e
commit b9b9ad6fb5
10 changed files with 117 additions and 94 deletions
+12 -4
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>