Merge pull request #2590 from jaswilli/ember-userprofile

Set user profile website field to type url
This commit is contained in:
Hannah Wolfe 2014-04-14 20:57:29 +01:00
commit a4eade9ea4

View File

@ -47,7 +47,7 @@
<div class="form-group">
<label for="user-website">Website</label>
{{input type="text" value=user.website id="user-website" autocapitalize="off" autocorrect="off"}}
{{input type="url" value=user.website id="user-website" autocapitalize="off" autocorrect="off"}}
<p>Have a website or blog other than this one? Link it!</p>
</div>