You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/UI/Series/Index/EmptyTemplate.html

13 lines
357 B

<div class="row">
<div class="well col-md-11">
<i class="icon-comment"/>
You must be new around here, You should add some series.
</div>
</div>
<div class="row col-md-3 offset4">
<a href="/addseries" class='btn btn-lg btn-block btn-success x-add-series'>
<i class='icon-nd-add'></i>
Add Series
</a>
</div>