mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
self closing icon tag
This commit is contained in:
parent
6bb2f14153
commit
8138ff5eee
23 changed files with 80 additions and 80 deletions
|
@ -4,8 +4,8 @@
|
|||
<div class="center">
|
||||
<div class="series-poster-container x-series-poster">
|
||||
<div class="series-controls">
|
||||
<i class="icon-cog x-edit" title="Edit Series"></i>
|
||||
<i class="icon-remove x-remove" title="Delete Series"></i>
|
||||
<i class="icon-cog x-edit" title="Edit Series"/>
|
||||
<i class="icon-remove x-remove" title="Delete Series"/>
|
||||
</div>
|
||||
{{#unless isContinuing}}
|
||||
<div class="ended-banner">Ended</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue