mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Consistent formatting of markdown hint in group edit fields
This commit is contained in:
parent
2101fe255f
commit
9086ccffcd
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title='Guild Bank'
|
||||||
label.control-label Group Name
|
label.control-label Group Name
|
||||||
input.option-content(type='text', ng-model='group.name', placeholder='Group Name')
|
input.option-content(type='text', ng-model='group.name', placeholder='Group Name')
|
||||||
.control-group.option-large
|
.control-group.option-large
|
||||||
label.control-label Description (Markdown OK)
|
label.control-label Description
|
||||||
textarea.option-content(style='height:15em;', placeholder='Description', ng-model='group.description')
|
textarea.option-content(style='height:15em;', placeholder='Description shown in public Guilds list (Markdown OK)', ng-model='group.description')
|
||||||
.control-group.option-large
|
.control-group.option-large
|
||||||
label.control-label Logo URL
|
label.control-label Logo URL
|
||||||
input.option-content(type='url', placeholder='Logo URL', ng-model='group.logo')
|
input.option-content(type='url', placeholder='Logo URL', ng-model='group.logo')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue