mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
26 lines
563 B
Handlebars
26 lines
563 B
Handlebars
<b>{{i18n "admin.permalink.form.label"}}</b>
|
|
|
|
{{text-field
|
|
value=url
|
|
disabled=formSubmitted
|
|
class="permalink-url"
|
|
placeholderKey="admin.permalink.url"
|
|
autocorrect="off"
|
|
autocapitalize="off"}}
|
|
|
|
{{combo-box content=permalinkTypes value=permalinkType}}
|
|
|
|
{{text-field
|
|
value=permalink_type_value
|
|
disabled=formSubmitted
|
|
class="external-url"
|
|
placeholderKey=permalinkTypePlaceholder
|
|
autocorrect="off"
|
|
autocapitalize="off"}}
|
|
|
|
{{d-button
|
|
class="btn-default"
|
|
action=(action "submit")
|
|
disabled=formSubmitted
|
|
label="admin.permalink.form.add"}}
|