mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Show only org_name if present
This commit is contained in:
parent
d05e39a9bd
commit
d0dfd70038
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
.panel-body
|
.panel-body
|
||||||
- unless @contact.address.nil?
|
- unless @contact.address.nil?
|
||||||
%dl.dl-horizontal
|
%dl.dl-horizontal
|
||||||
- if @contact.bic?
|
- if @contact.org_name.present?
|
||||||
%dt= t(:org_name)
|
%dt= t(:org_name)
|
||||||
%dd= @contact.org_name
|
%dd= @contact.org_name
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue