<% content_for :title, t(".tables") %> <%= link_to t(".new_table"), new_table_path %>

Tables you own

<% if @owned_tables.any? %> <%= render @owned_tables %> <% else %>

You do not own any tables.

<% end %>