diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-19 19:12:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-19 19:12:09 +0000 |
commit | 08d302727f22a84a9b18f6f0e5588369fa7a0893 (patch) | |
tree | 5c4ad7732e6ce09e2edbeecd065b89c7d420448c /themes | |
parent | bbc2c69965517c66b04d068cc9e8dab2c396efa4 (diff) |
themes/bootstrap: the "about" page is long gone, link to luci.subsignal.org instead
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm b/themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm index 7d341073f..09b497a10 100644 --- a/themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm +++ b/themes/bootstrap/luasrc/view/themes/bootstrap/footer.htm @@ -22,7 +22,7 @@ You may obtain a copy of the License at local categories = disp.node_childs(tree) %> - <footer><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a> + <footer><a href="http://luci.subsignal.org/">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a> <%=luci.version.distversion%> |