Re: [Rails] element for styling text

2019-12-24 Thread Edsil Basadre
If you want to style * <%= m.content %>, *you need to wrap this in a HTML element then you can apply CSS. Example: *<%= m.content %>* On Tue, Dec 24, 2019 at 5:17 PM fugee ohu wrote: > I have elements like <%= m.content %> where m stands for message as I > iterate through @messages How do I

[Rails] element for styling text

2019-12-24 Thread fugee ohu
I have elements like <%= m.content %> where m stands for message as I iterate through @messages How do I style them since I haven't defined them as any type of element -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from