10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
|
-set_meta_tags :title => [title_object(@project), t('layout.projects.hooks')]
|
||
|
= render 'submenu'
|
||
|
= render 'sidebar'
|
||
|
|
||
|
%h1 New hook
|
||
|
|
||
|
= render 'form'
|
||
|
|
||
|
= link_to 'Back', project_hooks_path(@project)
|