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,5 @@
<% content_for :actions do %>
<%= link_to(t(:back_to_api_user), admin_registrar_api_user_path(@api_user.registrar, @api_user), class: 'btn btn-default') %>
<% end %>
<%= render 'shared/title', name: "#{t(:edit)}: #{@api_user.username}" %>
<%= render 'form' %>