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

Your tables

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

You have no tables.

<% end %>