Merge pull request #3723 from JohnONolan/wrong-slug

Fix wrong author slug on user settings page
This commit is contained in:
Hannah Wolfe 2014-08-10 15:36:01 +01:00
commit 957b1566de

View File

@ -62,7 +62,7 @@
<label for="user-slug">Slug</label>
{{!-- {{input value=user.slug id="user-slug" placeholder="Slug" autocorrect="off"}} --}}
{{gh-blur-input class="user-name" id="user-slug" value=slugValue name="user" action="updateSlug" placeholder="Slug" selectOnClick="true" autocorrect="off"}}
<p>http://blog-url.com/user/{{slugValue}}</p>
<p>http://blog-url.com/author/{{slugValue}}</p>
</div>
<div class="form-group">