Skip to content

Commit 9429983

Browse files
authored
Merge pull request #82 from rromanchuk/patch-2
Use correct template dir in example
2 parents dc6f9a1 + 86d731f commit 9429983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ For convenience we include a basic view:
423423
</div>
424424
```
425425

426-
The ```render_activity``` view helper will render the activity by picking the partial ```activity/_pin``` for a pin activity, ```aggregated/_follow``` for an aggregated activity with verb follow.
426+
The ```render_activity``` view helper will render the activity by picking the partial ```activity/_pin``` for a pin activity, ```aggregated_activity/_follow``` for an aggregated activity with verb follow.
427427

428428
The helper will automatically send ```activity``` to the local scope of the partial; additional parameters can be send as well as use different layouts, and prefix the name
429429

0 commit comments

Comments
 (0)