Story#105842700 - show titles in registrant's domain, contact and contact name

This commit is contained in:
Vladimir Krylov 2016-03-21 14:01:50 +02:00
parent ad4ccbb767
commit 778284c14b
3 changed files with 5 additions and 4 deletions

View file

@ -6,6 +6,9 @@
%dt= t(:id)
%dd= @contact.code
%dt= t(:name)
%dd= @contact.name
%dt= t(:password)
%dd
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'

View file

@ -1,4 +1,3 @@
- content_for :actions do
= render 'shared/title', name: @contact.name
.row

View file

@ -1,4 +1,3 @@
- content_for :actions do
= render 'shared/title', name: @domain.name
.row