Link to wiki on Linux instead of doing nothing

pull/4/head
Mark McDowall 11 years ago
parent 5b62408ff1
commit 30c4790f52

@ -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…
Cancel
Save