Lidarr/UI/Settings/Notifications/CollectionTemplate.html

13 lines
383 B
HTML
Raw Normal View History

2013-06-26 00:34:33 +00:00
<div class="row">
<div class="span12">
<ul class="notifications">
<li>
<div class="notification-item add-card x-add-card">
<span class="center well">
<i class="icon-plus" title="Add Connection"/>
</span>
</div>
</li>
</ul>
2013-06-26 00:34:33 +00:00
</div>
</div>