mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-08-20 16:25:44 -05:00
fix: new and edit community pages no longer select community button on nav bar
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</style>
|
||||
<div id="main">
|
||||
<h2 id="title" class="page-header">Edit Community</h2>
|
||||
<%- include('partials/nav_bar', { selection: 2, pid: pid }); %>
|
||||
<%- include('partials/nav_bar', { selection: -1, pid: pid }); %>
|
||||
<div id="toast"></div>
|
||||
<div id="wrapper" class="community-page-post-box">
|
||||
<div class="buttons tabs">
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
}
|
||||
</style>
|
||||
<h2 id="title" class="page-header">New Community</h2>
|
||||
<%- include('partials/nav_bar', { selection: 2, pid: pid }); %>
|
||||
<%- include('partials/nav_bar', { selection: -1, pid: pid }); %>
|
||||
<div id="toast"></div>
|
||||
<div id="wrapper" class="community-page-post-box">
|
||||
<div class="buttons tabs">
|
||||
|
||||
Reference in New Issue
Block a user