21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-27 19:42:52 +02:00
chexpire/app/views/checks/new.html.erb

10 lines
206 B
Plaintext
Raw Normal View History

<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<h1>Create a new check</h1>
<%= render "form", check: @check %>
</div>
</div>
</div>