internetee-registry/app/views/admin/domains/edit.haml
2015-08-11 00:04:36 +03:00

6 lines
259 B
Text

- content_for :actions do
= link_to(t(:add_new_status), '#', class: 'btn btn-primary js-add-status')
= link_to(t(:back_to_domain), [:admin, @domain], class: 'btn btn-default')
= render 'shared/title', name: "#{t(:edit)}: #{@domain.name}"
= render 'form'