Registrar: auth info partially visible #2587

This commit is contained in:
Priit Tark 2015-06-16 15:26:05 +03:00
parent de7a51df63
commit 6d63121515
4 changed files with 9 additions and 8 deletions

View file

@ -7,7 +7,8 @@
%dd= @contact.code
%dt= t(:password)
%dd= @contact.auth_info
%dd
= text_field_tag :auth_info, @contact.auth_info, readonly: true, class: 'partially-hidden'
%br