21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-20 17:38:38 +02:00
chexpire/app/views/shared/_devise_form_container.html.erb

8 lines
168 B
Plaintext

<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-6">
<%= yield :devise_form_content %>
</div>
</div>
</div>