You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
I have to put the following meta tags in my view but the view is rendered into the body of the layout with yield In my layout I've been using <title><%= yield(:title) %></title> and in my views <% content_for :title, "Some title" %> So this much I know how to do Now I have add the following metatags to my posts/show view