mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Removed extraneous icons
Font Awesomed AddSeries Font Awesomed gritter
This commit is contained in:
parent
6ffb99f84f
commit
a3d4b7ed82
36 changed files with 50 additions and 37 deletions
|
@ -8,7 +8,7 @@
|
|||
@foreach (var root in Model)
|
||||
{
|
||||
<div class="actionButton delete">
|
||||
<img src="../../Content/Images/x_16.png" alt="delete" id='@root'/>
|
||||
<i class="icon-remove icon-large delete-root" data-path="@root"></i>
|
||||
<span>@root</span>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue