yes its for rails and yes i want to generate the correct link! right now i have two separate textfields --> it under one div <div> <%= mail_to 'email', @post.email %> or
<%= link_to 'website', @post.email %> </div> . Ah okay I'll look into it. Thanks WIPGod!
yes its for rails and yes i want to generate the correct link! right now i have two separate textfields --> it under one div <div>
<%= mail_to 'email', @post.email %>
or
<%= link_to 'website', @post.email %> </div> . Ah okay I'll look into it. Thanks WIPGod!