mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 04:16:37 -04: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)
|
title (String)
|
||||||
| The title of the post list
|
| The title of the post list
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</table>
|
</table>
|
||||||
{{#if canEditProfile}}
|
{{#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}}
|
||||||
{{#if canInvite}}
|
{{#if canInvite}}
|
||||||
{{#if inviteCount}}
|
{{#if inviteCount}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue