7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
|
<% content_for :title, t(".new_table") %>
|
||
|
|
||
|
<h2><%= t(".new_table") %></h2>
|
||
|
|
||
|
<%= render partial: "tables/form",
|
||
|
locals: { table: @table, button_text: t(".create_table") } %>
|