mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Replaced root specific absolute paths with relative paths.
This commit is contained in:
parent
86eb70bcbb
commit
e978cc1261
4 changed files with 7 additions and 7 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'/>
|
||||
<img src="../../Content/Images/x_16.png" alt="delete" id='@root'/>
|
||||
<span>@root</span>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue