internetee-registry/app/views/admin/api_users/edit.haml
2015-04-16 16:41:21 +03:00

5 lines
192 B
Text

- content_for :actions do
= link_to(t(:back_to_api_user), [:admin, @api_user], class: 'btn btn-default')
= render 'shared/title', name: "#{t(:edit)}: #{@api_user.username}"
= render 'form'