if @user
changesets = changesets.where(:user_id => @user.friend_users.public)
elsif request.format == :html
- @title = t 'user.no_such_user.title'
- render :template => 'user/no_such_user', :status => :not_found
+ require_user
return
end
end
user_link = render_to_string :partial => "user", :object => user
end
- if params[:friends] and user
+ if params[:friends] and @user
@title = t 'changeset.list.title_friend'
@heading = t 'changeset.list.heading_friend'
@description = t 'changeset.list.description_friend'