From 30c4790f5203764d4e0fb838648469494d70a1a0 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 15 Nov 2013 08:38:02 -0800 Subject: [PATCH] Link to wiki on Linux instead of doing nothing --- src/UI/System/Update/UpdateItemViewTemplate.html | 10 +++++++++- src/UI/System/Update/update.less | 9 +++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/UI/System/Update/UpdateItemViewTemplate.html b/src/UI/System/Update/UpdateItemViewTemplate.html index 7c2953838..796f1070e 100644 --- a/src/UI/System/Update/UpdateItemViewTemplate.html +++ b/src/UI/System/Update/UpdateItemViewTemplate.html @@ -6,7 +6,15 @@ {{#if installed}}{{/if}} {{#if_windows}} - {{#if isUpgrade}}Install{{/if}} + {{#if isUpgrade}} + Install + {{/if}} + {{else}} + {{#if isUpgrade}} + + Install + + {{/if}} {{/if_windows}} diff --git a/src/UI/System/Update/update.less b/src/UI/System/Update/update.less index 26751cd49..48c138f40 100644 --- a/src/UI/System/Update/update.less +++ b/src/UI/System/Update/update.less @@ -29,4 +29,13 @@ .clickable(); margin-left: 10px; } + + a { + color: white; + text-decoration: none; + } + + a:hover { + text-decoration: none; + } } \ No newline at end of file