Differences From Artifact [edce0da550]:
- File render/userpage.t — part of check-in [8f954221a1] at 2020-12-27 04:08:20 on branch trunk — look ma, im tweetin (user: lexi, size: 844) [annotate] [blame] [check-ins using]
To Artifact [8e478d7a95]:
- File render/user-page.t — part of check-in [d4ecea913f] at 2020-12-31 00:15:53 on branch trunk — add lots more shit (user: lexi, size: 861) [annotate] [blame] [check-ins using]
- File render/userpage.t — part of check-in [0324d62546] at 2020-12-30 00:43:11 on branch trunk — continued iteration (user: lexi, size: 861) [annotate] [blame] [check-ins using]
26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
end
posts:free()
var bdf = acc:finalize()
co:stdpage([lib.srv.convo.page] {
title = tiptr; body = bdf;
class = lib.str.plit 'profile';
})
tiptr:free()
bdf:free()
end
return render_userpage
|
> |
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
end
posts:free()
var bdf = acc:finalize()
co:stdpage([lib.srv.convo.page] {
title = tiptr; body = bdf;
class = lib.str.plit 'profile';
cache = false;
})
tiptr:free()
bdf:free()
end
return render_userpage
|