Skip to content

Instantly share code, notes, and snippets.

@memetor
Created August 18, 2014 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save memetor/3f77a218c7516996261a to your computer and use it in GitHub Desktop.
Save memetor/3f77a218c7516996261a to your computer and use it in GitHub Desktop.
<!-- header -->
<title><%= yield(:title) + ' - ' if content_for?(:title) %>MySite</title>
<!-- view -->
<% content_for :title do %>
<%= h @object.name %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment