mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Fix wrong author slug on user settings page
This commit is contained in:
parent
474b9367dd
commit
85809a8b82
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user