- Book-styled UI with parchment aesthetic and Russian navigation - Characters model with Konva.js 2D canvas drawing (draggable shapes) - StoryPages model with character association and page navigation - Stimulus controllers: canvas (editor) + canvas-preview (read-only) - Full Russian interface: all labels, buttons, flash messages in Russian
7 lines
240 B
Plaintext
7 lines
240 B
Plaintext
<% content_for :title, "Редактировать персонажа" %>
|
|
|
|
<div class="page-card">
|
|
<h1 class="chapter-title">✎ Редактировать: <%= @character.name %></h1>
|
|
<%= render "form", character: @character %>
|
|
</div>
|