Skip to content

Instantly share code, notes, and snippets.

@bogdan
Created April 17, 2014 13:37
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 bogdan/10984073 to your computer and use it in GitHub Desktop.
Save bogdan/10984073 to your computer and use it in GitHub Desktop.
!!!
%html
%head
= all_layouts_head
= javascript_include_tag(:bootstrap_offers_show)
%body{class: current_view_body_class}
- if @campaign.is_a?(DoubleSidedDealCampaign) && !inline_integration? && @view_setup.try(:name) == "offers_show"
= render(layout: "layouts/actions/overlay") { yield }
- else
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment