%= render HeaderComponent.new(title: "Storage") %> <%= render MainSimpleComponent.new do %> Store and synchronize your app data across different devices. <%= render partial: "shared/tabnav_remotestorage" %> <% if @rs_auths.any? %> <% @rs_auths.each do |auth| %> <%= render RsAuthComponent.new(auth: auth) %> <% end %> <% else %> <%= image_tag("/img/illustrations/undraw_friends_r511.svg", class: 'h-48') %> No apps connected When connected, your apps will show up here. <% end %> <% end %>
Store and synchronize your app data across different devices.
<%= image_tag("/img/illustrations/undraw_friends_r511.svg", class: 'h-48') %>
When connected, your apps will show up here.