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

5 lines
188 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.name}"
= render 'form'