mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
9 lines
224 B
Text
9 lines
224 B
Text
.row
|
|
.col-sm-6
|
|
%h2.text-center-xs
|
|
= "#{t('edit_api_user')}"
|
|
.col-sm-6
|
|
%h2.text-right.text-center-xs
|
|
= link_to(t('back_to_api_user'), [:admin, @api_user], class: 'btn btn-default')
|
|
%hr
|
|
= render 'form'
|