mirror of https://github.com/zulip/zulip.git
13 lines
365 B
Handlebars
13 lines
365 B
Handlebars
<div>
|
|
<label for="change_stream_name">
|
|
{{t 'Stream name' }}
|
|
</label>
|
|
<input type="text" id="change_stream_name" value="{{ stream_name }}" />
|
|
</div>
|
|
<div>
|
|
<label for="change_stream_description">
|
|
{{t 'Description' }}
|
|
</label>
|
|
<textarea id="change_stream_description" maxlength="1000">{{ stream_description }}</textarea>
|
|
</div>
|