% layout 'upravlenie', title => 'Edit stranici';
<h2>Edit stranici with id <%= $stranici->{id} %></h2>
%= include 'stranici/_form', caption => 'Update', target => 'update_stranici'
%= button_to Remove => remove_stranici => {id => $stranici->{id}}
% layout 'upravlenie', title => 'Edit stranici';
<h2>Edit stranici with id <%= $stranici->{id} %></h2>
%= include 'stranici/_form', caption => 'Update', target => 'update_stranici'
%= button_to Remove => remove_stranici => {id => $stranici->{id}}