Convert HAML to ERB

This commit is contained in:
Artur Beljajev 2019-12-09 21:39:08 +02:00
parent de6934625c
commit 4d60985138
10 changed files with 211 additions and 131 deletions

View file

@ -0,0 +1,2 @@
<%= render 'shared/title', name: t('.title') %>
<%= render 'form' %>