mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
5 lines
192 B
Text
5 lines
192 B
Text
- content_for :actions do
|
|
= link_to(t(:back_to_user), [:admin, @admin_user], class: 'btn btn-default')
|
|
= render 'shared/title', name: "#{t(:edit)}: #{@admin_user.username}"
|
|
|
|
= render 'form'
|