<%= render TabnavLinkComponent.new( name: "Info", path: wallet_path, active: current_page?(wallet_path) ) %> <%= render TabnavLinkComponent.new( name: "Transactions", path: wallet_transactions_path, active: current_page?(wallet_transactions_path) ) %>