21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-16 06:24:28 +02:00
chexpire/app/views/shared/_devise_form_container.html.erb
2018-05-30 16:58:30 +02:00

8 lines
169 B
Plaintext

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