diff --git a/templates/activities.html b/templates/activities.html index ac0ea49..12b3284 100644 --- a/templates/activities.html +++ b/templates/activities.html @@ -13,7 +13,7 @@ {{$state.User.PersonView.Person.Name }} {{ end }} in - /c/{{ $activity.Comment.P.Community.Name }} + c/{{ $activity.Comment.P.Community.Name }} {{ template "comment.html" $activity.Comment }} diff --git a/templates/post.html b/templates/post.html index e61d304..5bdc596 100644 --- a/templates/post.html +++ b/templates/post.html @@ -43,7 +43,7 @@ by {{ fullname .Creator }} to - {{ fullcname .Community}} + c/{{ fullcname .Community}}