mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
typo fixes
This commit is contained in:
parent
838d41a94e
commit
d7b21eb32a
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ div(ng-controller='MemberModalCtrl')
|
|||
p(ng-show='profile.profile.blurb') {{profile.profile.blurb | linky:'_blank'}}
|
||||
ul(ng-show='profile.profile.websites')
|
||||
li(ng-repeat='website in profile.profile.websites')
|
||||
a(href='{{website}') {{website}}
|
||||
a(href='{{website}}') {{website}}
|
||||
h3 Stats
|
||||
include ../profiles/stats
|
||||
.span6
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ block content
|
|||
|
||||
|
||||
|
||||
.tab-pane#register-tab
|
||||
.tab-pane#register-tab
|
||||
form(ng-submit='register()', name='registrationForm')
|
||||
.control-group
|
||||
input(type='text', ng-model='registerVals.username', placeholder='Username', required)
|
||||
|
|
|
|||
Loading…
Reference in a new issue