mirror of https://github.com/zulip/zulip.git
Close input tag in topic_edit_form.handlebars
(imported from commit be7649c0116bbfd31ef94fa78e573732b23d632a)
This commit is contained in:
parent
5a429b1115
commit
ba6cc6f713
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<form id="topic_edit_form" class="form-horizontal">
|
<form id="topic_edit_form" class="form-horizontal">
|
||||||
{{! <div class="controls edit-controls"> }}
|
{{! <div class="controls edit-controls"> }}
|
||||||
<input type="text" value="" class="message_edit_topic" id="message_edit_topic">
|
<input type="text" value="" class="message_edit_topic" id="message_edit_topic" />
|
||||||
<button type="button" class="topic_edit_save btn btn-primary btn-small">Save</button>
|
<button type="button" class="topic_edit_save btn btn-primary btn-small">Save</button>
|
||||||
<button type="button" class="topic_edit_cancel btn btn-small">Cancel</button>
|
<button type="button" class="topic_edit_cancel btn btn-small">Cancel</button>
|
||||||
{{! </div> }}
|
{{! </div> }}
|
||||||
|
|
Loading…
Reference in New Issue