Soc/app/views/todos/new.html.erb

9 lines
149 B
Plaintext
Raw Normal View History

2024-01-07 13:50:53 +00:00
<% @title = t(".create") %>
<%= render partial: "form",
locals: {
user: @user,
button_text: t(".create"),
title: t(".create"),
} %>