mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Merge pull request #2570 from deilann/patch-1
removed stray paren in profile.jade
This commit is contained in:
commit
62af638e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ script(id='partials/options.profile.profile.html', type='text/ng-template')
|
|||
// TODO use photo-upload instead: https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/xMmADvxBOak
|
||||
.control-group.option-large
|
||||
label.control-label=env.t('displayname')
|
||||
input.option-content(type='text', placeholder=env.t('fullName')), ng-model='editingProfile.name')
|
||||
input.option-content(type='text', placeholder=env.t('fullName'), ng-model='editingProfile.name')
|
||||
.control-group.option-large
|
||||
label.control-label=env.t('photourl')
|
||||
input.option-content(type='url', ng-model='editingProfile.imageUrl', placeholder=env.t('imageurl'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue