mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Convert HAML to ERB
This commit is contained in:
parent
de6934625c
commit
4d60985138
10 changed files with 211 additions and 131 deletions
5
app/views/admin/api_users/edit.html.erb
Normal file
5
app/views/admin/api_users/edit.html.erb
Normal 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' %>
|
Loading…
Add table
Add a link
Reference in a new issue