need @with_trailing_slash for activity tool, otherwise things don't load right and you can't "follow"
it's not clear what following does. A few simple things to make the unified activity timeline page /u/<your-own-username>/activity easier to understand would help that.
We should add more links to that page E.g. from every activity page, from your profile or settings
The activity page title should only be Activity %s follows when its the current user viewing their own page (see actor_only variable). And in that case you can say Activity from your followers or something like that which sounds better.
I see now I was experiencing a different issue with @with_trailing_slash. I'll address that myself separately.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Still not quite right. The activity page title should be 'Activity from your followers' when the current user viewing their own page. 'Activity %s follows' should not be used, we never show who other people follow (only for yourself). And so the title should be 'Activity for %s' % c.project.name for all the other times, including all other user project pages.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Closed #865.
ib/7978
@with_trailing_slash
was already presentThe activity page title should only be
Activity %s follows
when its the current user viewing their own page (seeactor_only
variable). And in that case you can sayActivity from your followers
or something like that which sounds better.I see now I was experiencing a different issue with
@with_trailing_slash
. I'll address that myself separately.Closed #869.
ib/7978a
Still not quite right. The activity page title should be
'Activity from your followers'
when the current user viewing their own page.'Activity %s follows'
should not be used, we never show who other people follow (only for yourself). And so the title should be'Activity for %s' % c.project.name
for all the other times, including all other user project pages.Closed #870.
ib/7978b
I hope all is well this time. These pages are confusing a bit :)
Got it! Merged