You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
270 B
16 lines
270 B
11 years ago
|
%p#notice= notice
|
||
|
|
||
|
%p
|
||
|
%b Name:
|
||
|
= @organization_status.name
|
||
|
%p
|
||
|
%b Slug:
|
||
|
= @organization_status.slug
|
||
|
%p
|
||
|
%b Info:
|
||
|
= @organization_status.info
|
||
|
|
||
|
= link_to 'Edit', edit_organization_status_path(@organization_status)
|
||
|
\|
|
||
|
= link_to 'Back', organization_statuses_path
|