21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-02 08:50:49 +02:00
chexpire/app/views/checks/new.html.erb

10 lines
221 B
Plaintext

<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-lg-10">
<h1><%= t(".#{@check.kind}.title") %></h1>
<%= render "form", check: @check %>
</div>
</div>
</div>