app/views/administrador/service_controller/base/new.html.haml in administrador-0.0.28.pre vs app/views/administrador/service_controller/base/new.html.haml in administrador-0.0.29.pre
- old
+ new
@@ -1,7 +1,7 @@
.row
.col-12
- %h1= t('.title', inflections)
+ %h1= t('.title', **inflections)
.row
.col-12
= simple_form_for(@service, url: create_service_path) do |form|
= render partial: 'form_errors', locals: { resource: form.object }
\ No newline at end of file