mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-24 22:55:21 -04:00
16 lines
514 B
Handlebars
16 lines
514 B
Handlebars
<fieldset>
|
|
<legend>Connections</legend>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<ul class="notification-list thingies">
|
|
<li>
|
|
<div class="notification-item thingy add-card x-add-card">
|
|
<span class="center well">
|
|
<i class="icon-plus" title="Add Connection"/>
|
|
</span>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</fieldset> |