1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00
Maybe/app/views/plaid_items/_auto_link_opener.html.erb
Zach Gollwitzer 9fabcf4c72
Redis check for self hosted apps (#2353)
* Redis check for self hosted apps

* Run linter with autocorrect

* Add Redis to CI
2025-06-09 18:30:52 -04:00

9 lines
322 B
Text

<%# locals: (link_token:, region:, item_id:, is_update: false) %>
<%= tag.div data: {
controller: "plaid",
plaid_link_token_value: link_token,
plaid_region_value: region,
plaid_item_id_value: item_id,
plaid_is_update_value: is_update
} %>