mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
template: Move admin_tab template to settings folder.
Moved `admin_tab` template to `/templates/settings/` folder as earlier, it was inaccurately placed within the `/templates` folder and should have been within the `/templates/settings` folder instead.
This commit is contained in:
committed by
Tim Abbott
parent
63d34500b0
commit
a82827ca75
@@ -1,6 +1,6 @@
|
||||
import $ from "jquery";
|
||||
|
||||
import render_admin_tab from "../templates/admin_tab.hbs";
|
||||
import render_admin_tab from "../templates/settings/admin_tab.hbs";
|
||||
import render_settings_organization_settings_tip from "../templates/settings/organization_settings_tip.hbs";
|
||||
|
||||
import {$t} from "./i18n";
|
||||
|
||||
Reference in New Issue
Block a user