mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-05-25 11:38:43 +09:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
<% @page_title = "New chat bot" %>
|
|
|
|
<% content_for :nav do %>
|
|
<div class="flex-item-justify-start">
|
|
<%= link_back_to account_bots_path %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<section class="panel">
|
|
<%= form_with model: @bot, url: account_bots_path, class: "flex flex-column gap" do |form| %>
|
|
<%= render "accounts/bots/form", form: form, bot: @bot %>
|
|
<% end %>
|
|
</section>
|