mirror of https://github.com/zulip/zulip.git
template: Move `admin_linkifier_list` template to `settings` folder.
Moved `admin_linkifier_list` template to `/templates/settings/` folder as earlier, it was inaccurately placed within the `/templates` folder rather than the `/templates/settings` folder.
This commit is contained in:
parent
27934dca7e
commit
19699720bc
|
@ -1,6 +1,6 @@
|
|||
import $ from "jquery";
|
||||
|
||||
import render_admin_linkifier_list from "../templates/admin_linkifier_list.hbs";
|
||||
import render_admin_linkifier_list from "../templates/settings/admin_linkifier_list.hbs";
|
||||
|
||||
import * as channel from "./channel";
|
||||
import {$t_html} from "./i18n";
|
||||
|
|
Loading…
Reference in New Issue