1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/UI/Settings/Notifications/CollectionTemplate.html

13 lines
383 B
HTML
Raw Normal View History

2013-06-26 03:34:33 +03: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 03:34:33 +03:00
</div>
</div>