blob: 77652f9251235cce82fac37602b7aa5c27b3332c (
plain)
1
2
3
4
5
6
7
|
- title t("whitelists.show.page_title")
%p
%strong= t('whitelists.show.name') + ":"
= @whitelist.name
= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @parent, :child => @whitelist }
|