adjust navbar

This commit is contained in:
Alex Turchyn
2023-05-29 23:26:17 +03:00
parent 81f376cf50
commit 1435d55727
5 changed files with 24 additions and 11 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
<%= render 'shared/turbo_modal', title: 'New Flow' do %>
<%= form_for @flow, data: { turbo_frame: :_top } do |f| %>
<div class="form-control">
<%= f.label :name, 'Flow name', class: 'label' %>
<%= f.text_field :name, required: true, class: 'base-input' %>
<div class="form-control my-6">
<%= f.text_field :name, required: true, placeholder: 'Flow Name', class: 'base-input' %>
</div>
<div class="form-control mt-4">
<%= f.button button_title('Create'), class: 'base-button' %>