This commit is contained in:
Sacha Greif 2015-05-12 11:07:22 +09:00
parent 83de862d61
commit 138d0ff18d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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}}