21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-16 14:34:29 +02:00
chexpire/app/views/checks/new.html.erb
2018-05-30 16:58:30 +02:00

10 lines
206 B
Plaintext

<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>