- content_for :title, t("gateway_headers.show.page_title") %p %strong= t('gateway_headers.show.gateway') + ":" = @gateway_header.gateway %p %strong= t('gateway_headers.show.name') + ":" = @gateway_header.name %p %strong= t('gateway_headers.show.value') + ":" = @gateway_header.value %p %strong= t('gateway_headers.show.class_type') + ":" = @gateway_header.class_type %p %strong= t('gateway_headers.show.description') + ":" = @gateway_header.description = render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @gateway, :child => @gateway_header }