diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-12-07 00:10:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-07 00:10:59 +0100 |
commit | 04e06574438feee0692f298b2a4bf174baf5b38a (patch) | |
tree | 9a74ec2a04bf5c2c80f833c40bbd041aedfcb82f /themes/luci-theme-material/luasrc | |
parent | 84b6e20f04c4dc14aa34660250b8a48f4ba86f4e (diff) | |
parent | 8732a186cbaf23372549b993385d607329090b4a (diff) |
Merge pull request #2347 from shunjou/theme-material
luci-theme-material: partial style overhaul
Diffstat (limited to 'themes/luci-theme-material/luasrc')
-rw-r--r-- | themes/luci-theme-material/luasrc/view/themes/material/header.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index 052c174dca..f463ef5cb2 100644 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -206,7 +206,7 @@ <div class="fill"> <div class="container"> <span class="showSide"></span> - <img src="<%=media%>/brand.png"/> + <a id="logo" href="<%=url("admin/status/overview")%>"><img src="<%=media%>/brand.png" alt="OpenWrt"></a> <a class="brand" href="#"><%=boardinfo.hostname or "?"%></a> <div class="status"> <% render_changes() %> |