mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 15:32:31 +01:00
Link to wiki on Linux instead of doing nothing
This commit is contained in:
parent
5b62408ff1
commit
30c4790f52
@ -6,7 +6,15 @@
|
|||||||
{{#if installed}}<i class="icon-ok" title="Installed"></i>{{/if}}
|
{{#if installed}}<i class="icon-ok" title="Installed"></i>{{/if}}
|
||||||
|
|
||||||
{{#if_windows}}
|
{{#if_windows}}
|
||||||
{{#if isUpgrade}}<span class="label label-inverse install-update x-install-update">Install</span>{{/if}}
|
{{#if isUpgrade}}
|
||||||
|
<span class="label label-inverse install-update x-install-update">Install</span>
|
||||||
|
{{/if}}
|
||||||
|
{{else}}
|
||||||
|
{{#if isUpgrade}}
|
||||||
|
<span class="label label-inverse install-update">
|
||||||
|
<a href="https://github.com/NzbDrone/NzbDrone/wiki/Installation#linux">Install</a>
|
||||||
|
</span>
|
||||||
|
{{/if}}
|
||||||
{{/if_windows}}
|
{{/if_windows}}
|
||||||
</span>
|
</span>
|
||||||
</legend>
|
</legend>
|
||||||
|
@ -29,4 +29,13 @@
|
|||||||
.clickable();
|
.clickable();
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user