mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
QualityCell uses badges
This commit is contained in:
parent
0548f49c44
commit
e706e148fd
4 changed files with 8 additions and 11 deletions
5
UI/Cells/QualityCellTemplate.html
Normal file
5
UI/Cells/QualityCellTemplate.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{#if proper}}
|
||||
<span class="badge badge-info" title="PROPER">{{quality.name}}</span>
|
||||
{{else}}
|
||||
<span class="badge badge-inverse">{{quality.name}}</span>
|
||||
{{/if}}
|
Loading…
Add table
Add a link
Reference in a new issue