mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
6 lines
137 B
Plaintext
6 lines
137 B
Plaintext
<h1><%= @board.name %></h1>
|
|
<p><%= @board.description %></p>
|
|
|
|
<%=
|
|
react_component('Hello', { name: 'TypeScript on React on Rails' })
|
|
%> |