blob: 054afc5ce9f94df4b97262383315ae91cd3d0a07 (
plain)
1
2
3
4
5
6
7
|
- content_for :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 }
|