-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #903 from alphagov/remove-contextual-comms-code
Remove code associated with Contextual Comms A/B test
- Loading branch information
Showing
11 changed files
with
0 additions
and
422 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
176 changes: 0 additions & 176 deletions
176
app/controllers/concerns/contextual_comms_ab_testable.rb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
<div class="column-one-third"> | ||
<%= render 'govuk_publishing_components/components/contextual_sidebar', content_item: @content_item.content_item.parsed_content %> | ||
<!-- Rendering the contextual communications campaign test --> | ||
<% if show_contextual_comms_campaign? %> | ||
<% if show_blue_box_campaign? %> | ||
<%= render 'components/blue-box-campaign', title: campaign_title, description: campaign_description, href: campaign_link %> | ||
<% end %> | ||
<% if show_native_campaign? %> | ||
<%= render 'components/native-campaign', title: campaign_title, description: campaign_description, href: campaign_link %> | ||
<% end %> | ||
<% end %> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.