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.hbs

17 lines
503 B

<div class="no-series">
<div class="row">
<div class="well col-md-12">
<i class="icon-lidarr-comment"/>
You must be new around here. You should add some music.
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<a href="/addseries" class='btn btn-lg btn-block btn-success x-add-series'>
<i class='icon-lidarr-add'></i>
Add Music
</a>
</div>
</div>
</div>