app/helpers/tramway/landing/application_helper.rb in tramway-landing-1.8.1 vs app/helpers/tramway/landing/application_helper.rb in tramway-landing-1.8.1.1
- old
+ new
@@ -3,12 +3,8 @@
module Tramway
module Landing
module ApplicationHelper
include Tramway::Admin::RussianCasesHelper
include Tramway::Profiles::LinksHelper
-
- def header_block(block, title:, tagline:)
- OpenStruct.new title: title, tagline: tagline, background: block.background
- end
end
end
end