Add form to epp users

This commit is contained in:
Martin Lensment 2014-09-30 14:27:37 +03:00
parent 0504ca7ca4
commit ba775f4e73
10 changed files with 196 additions and 3 deletions

View file

@ -0,0 +1,9 @@
.row
.col-sm-6
%h2.text-center-xs
= "#{t('shared.edit_epp_user')}"
.col-sm-6
%h2.text-right.text-center-xs
= link_to(t('shared.back_to_epp_user'), [:admin, @epp_user], class: 'btn btn-default')
%hr
= render 'form'