You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/flows/new.html.erb

10 lines
250 B

<%= render 'shared/turbo_modal' do %>
<%= form_for @flow, data: { turbo_frame: :_top } do |f| %>
<div>
<%= f.label :name %>
<%= f.text_field :name, required: true %>
</div>
<%= f.button button_title %>
<% end %>
<% end %>