mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-08 11:27:28 +08:00
fix LuCI footer url (#76)
This commit is contained in:
parent
abde3cb3be
commit
51dc87f146
@ -14,7 +14,7 @@
|
|||||||
local categories = disp.node_childs(tree)
|
local categories = disp.node_childs(tree)
|
||||||
%>
|
%>
|
||||||
<footer>
|
<footer>
|
||||||
<a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
|
<a href="https://github.com/coolsnowwolf/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
|
||||||
<% if #categories > 1 then %>
|
<% if #categories > 1 then %>
|
||||||
<ul class="breadcrumb pull-right" id="modemenu">
|
<ul class="breadcrumb pull-right" id="modemenu">
|
||||||
<% for i, r in ipairs(categories) do %>
|
<% for i, r in ipairs(categories) do %>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%>
|
%>
|
||||||
</div>
|
</div>
|
||||||
<footer class="mobile-hide">
|
<footer class="mobile-hide">
|
||||||
<a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> /
|
<a href="https://github.com/coolsnowwolf/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> /
|
||||||
<%= ver.distversion %>
|
<%= ver.distversion %>
|
||||||
<% if #categories > 1 then %>
|
<% if #categories > 1 then %>
|
||||||
<ul class="breadcrumb pull-right" id="modemenu">
|
<ul class="breadcrumb pull-right" id="modemenu">
|
||||||
|
Loading…
Reference in New Issue
Block a user