mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
fix somethin lel
This commit is contained in:
parent
1379e547c1
commit
d16fab17a7
1 changed files with 2 additions and 2 deletions
|
@ -466,7 +466,7 @@ text-transform:uppercase;
|
||||||
<% if (!tab) { %>
|
<% if (!tab) { %>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>" class="tab active">Lastest Videos</a>
|
<a href="/channel?id=<%=ID%>" class="tab active">Lastest Videos</a>
|
||||||
<% if (Array.isArray( c.comments)) { %>
|
<% if (c.comments.length != "0") { %>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
|
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
@ -477,7 +477,7 @@ text-transform:uppercase;
|
||||||
<% if (tab === "about") { %>
|
<% if (tab === "about") { %>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>" class="tab">Lastest Videos</a>
|
<a href="/channel?id=<%=ID%>" class="tab">Lastest Videos</a>
|
||||||
<% if (Array.isArray( c.comments)) { %>
|
<% if (c.comments.length != "0") { %>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
|
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue