Files
baclight/app/views/welcome/index.html.erb
T

18 lines
284 B
Plaintext
Raw Normal View History

2021-09-26 15:22:36 -07:00
<h1>Welcome</h1>
<%= link_to "Articles", articles_path %>
2023-01-11 22:19:23 -08:00
<h2>Stimulus Check</h2>
<div data-controller="hello">
<input data-hello-target="name" type="text">
<button data-action="click->hello#greet">
Greet
</button>
<span data-hello-target="output">
</span>
</div>