diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-12-10 14:26:34 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-12-10 14:26:34 +0200 |
commit | f7ec630913a4eadea0b9927881f62b095bc95563 (patch) | |
tree | 09a39314ddf7b71f9d8b90583fdb46c516591264 /themes/luci-theme-material | |
parent | 73749fa048e2dbccb4e730b628ab062c98d51877 (diff) |
luci-theme-material: remove link to distro repo from footer
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'themes/luci-theme-material')
-rwxr-xr-x | themes/luci-theme-material/luasrc/view/themes/material/footer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm index edf85dcdb..d69417e88 100755 --- a/themes/luci-theme-material/luasrc/view/themes/material/footer.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/footer.htm @@ -29,7 +29,7 @@ </div> <footer class="mobile-hide"> <a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / - <a href="https://openwrt.org/"><%= ver.distversion %></a> + <%= ver.distversion %> <% if #categories > 1 then %> <ul class="breadcrumb pull-right" id="modemenu"> <% for i, r in ipairs(categories) do %> |