Skip to content

Instantly share code, notes, and snippets.

@kyleslattery
Created July 30, 2010 17:45
Show Gist options
  • Save kyleslattery/500978 to your computer and use it in GitHub Desktop.
Save kyleslattery/500978 to your computer and use it in GitHub Desktop.
<h2>
<%= @page_heading %>
<%= yield :heading %>
</h2>
<% content_for :heading do %>
<%= link_to('Go back', subscriptions_path) if request.env['PATH_INFO'] != subscriptions_path %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment