@ -83,7 +83,7 @@ func feedActionsToFeedItems(ctx *context.Context, actions []*models.Action) (ite
case models . ActionPullReviewDismissed :
case models . ActionPullReviewDismissed :
title += ctx . Tr ( "action.review_dismissed" , act . GetRepoLink ( ) , act . GetIssueInfos ( ) [ 0 ] , act . ShortRepoPath ( ) , act . GetIssueInfos ( ) [ 1 ] )
title += ctx . Tr ( "action.review_dismissed" , act . GetRepoLink ( ) , act . GetIssueInfos ( ) [ 0 ] , act . ShortRepoPath ( ) , act . GetIssueInfos ( ) [ 1 ] )
case models . ActionStarRepo :
case models . ActionStarRepo :
title += ctx . Tr ( "action.star ed_repo", act . GetRepoLink ( ) , act . GetRepoPath ( ) )
title += ctx . Tr ( "action.star r ed_repo", act . GetRepoLink ( ) , act . GetRepoPath ( ) )
link = & feeds . Link { Href : act . GetRepoLink ( ) }
link = & feeds . Link { Href : act . GetRepoLink ( ) }
case models . ActionWatchRepo :
case models . ActionWatchRepo :
title += ctx . Tr ( "action.watched_repo" , act . GetRepoLink ( ) , act . GetRepoPath ( ) )
title += ctx . Tr ( "action.watched_repo" , act . GetRepoLink ( ) , act . GetRepoPath ( ) )