mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Merge pull request #3723 from JohnONolan/wrong-slug
Fix wrong author slug on user settings page
This commit is contained in:
commit
957b1566de
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
<label for="user-slug">Slug</label>
|
<label for="user-slug">Slug</label>
|
||||||
{{!-- {{input value=user.slug id="user-slug" placeholder="Slug" autocorrect="off"}} --}}
|
{{!-- {{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"}}
|
{{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>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
Loading…
Add table
Reference in a new issue