Added section in channel settings to update description and thumbnail.
This commit is contained in:
parent
4001ad2f13
commit
370a08cb03
8 changed files with 271 additions and 17 deletions
|
|
@ -26,7 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<%- include('partial/navbar', {user}); %>
|
||||
<h1 class="panel-title"><%- channel.name %> - Channel Settings</h1>
|
||||
<div class="admin-panel-container-div">
|
||||
<%- include('partial/channelSettings/description.ejs', {channel}); %>
|
||||
<%- include('partial/channelSettings/info.ejs', {channel}); %>
|
||||
<%- include('partial/channelSettings/userList.ejs'); %>
|
||||
<%- include('partial/channelSettings/banList.ejs'); %>
|
||||
<%- include('partial/channelSettings/settings.ejs'); %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue