Merge remote-tracking branch 'origin/105842700-registrants_portal' into staging

This commit is contained in:
Vladimir Krylov 2016-03-21 14:02:10 +02:00
commit cc714460f2
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