mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This is the first step in cleaning up the bot edit code. Since the bot edit form appears dynamically, we remove it from the static HTML scaffold, of which settings_sidebar is a part of.
12 lines
225 B
HTML
12 lines
225 B
HTML
<div class="form-sidebar">
|
|
<div class="title">
|
|
<h1></h1>
|
|
<div class="exit">×</div>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div id="edit_bot" class='edit_bot'>
|
|
</div>
|
|
</div>
|
|
</div>
|