You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some page helpers like truncate_text that just return a string, and some like simple_format that write to page directly.
I think it would be good to split these out in to two separate modules so we can easily distinguish which ones do which. It will help documenting them a little easier too.
The text was updated successfully, but these errors were encountered:
We have some page helpers like
truncate_text
that just return a string, and some likesimple_format
that write to page directly.I think it would be good to split these out in to two separate modules so we can easily distinguish which ones do which. It will help documenting them a little easier too.
The text was updated successfully, but these errors were encountered: