mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
6 lines
281 B
Text
6 lines
281 B
Text
- content_for :actions do
|
|
= link_to(t(:add_new_status), '#', class: 'btn btn-primary js-add-status')
|
|
= link_to(t(:back_to_contact), [:admin, @contact], class: 'btn btn-default')
|
|
= render 'shared/title', name: "#{t(:edit)}: #{@contact.name}"
|
|
|
|
= render 'form', contact: @contact
|