Consistent formatting of markdown hint in group edit fields

This commit is contained in:
Sabe Jones 2013-11-24 07:41:41 -06:00
parent 2101fe255f
commit 9086ccffcd

View file

@ -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')