mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
5 lines
234 B
Text
5 lines
234 B
Text
- 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')
|
|
= render 'shared/title', name: "#{t(:edit)}: #{@api_user.username}"
|
|
|
|
= render 'form'
|