mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
fix #955
This commit is contained in:
parent
83de862d61
commit
138d0ff18d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
|
||||
Post List Component
|
||||
Posts List Component
|
||||
|
||||
title (String)
|
||||
| The title of the post list
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
{{/if}}
|
||||
</table>
|
||||
{{#if canEditProfile}}
|
||||
<a class="button btn btn-primary inline" href="{{pathFor route='user_edit' slug=slug}}">{{_ "edit_profile"}}</a>
|
||||
<a class="button btn btn-primary inline" href="{{pathFor route='user_edit' slug=telescope.slug}}">{{_ "edit_profile"}}</a>
|
||||
{{/if}}
|
||||
{{#if canInvite}}
|
||||
{{#if inviteCount}}
|
||||
|
|
Loading…
Add table
Reference in a new issue