mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 09:47:39 +00:00
Link to wiki on Linux instead of doing nothing
This commit is contained in:
parent
5b62408ff1
commit
30c4790f52
2 changed files with 18 additions and 1 deletions
|
@ -6,7 +6,15 @@
|
|||
{{#if installed}}<i class="icon-ok" title="Installed"></i>{{/if}}
|
||||
|
||||
{{#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}}
|
||||
</span>
|
||||
</legend>
|
||||
|
|
|
@ -29,4 +29,13 @@
|
|||
.clickable();
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue