akkounts/app/components/main_with_tabnav_component.rb
Râu Cao b5b43c2c06
Change donations to contrbutions, add tabbed nav
Introduces components for tabbed navigation and adds a tab menu and item
for non-financial contributions to the donations/contributions page.
2022-12-12 14:05:31 +01:00

8 lines
164 B
Ruby

# frozen_string_literal: true
class MainWithTabnavComponent < ViewComponent::Base
def initialize(tabnav_partial:)
@tabnav_partial = tabnav_partial
end
end