mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-09-13 20:12:06 +09:00
df76a227dc
First open source release of Campfire 🎉
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
<% @page_title = "New chat room" %>
|
|
|
|
<% content_for :nav do %>
|
|
<div class="flex-item-justify-start">
|
|
<%= link_back_to_last_room_visited %>
|
|
</div>
|
|
<% end %>
|
|
|
|
<section class="panel txt-align-center" style="view-transition-name: <%= local_assigns[:view_transition_name] || "new-room" %>">
|
|
<%= yield %>
|
|
</section>
|