mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 02:03:36 +02:00
9 lines
227 B
Text
9 lines
227 B
Text
.row
|
|
.col-sm-6
|
|
%h2.text-center-xs
|
|
= "#{t('edit_registrar')}"
|
|
.col-sm-6
|
|
%h2.text-right.text-center-xs
|
|
= link_to(t('back_to_registrar'), [:admin, @registrar], class: 'btn btn-default')
|
|
%hr
|
|
= render 'form'
|