mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +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
|
||||
- unless @contact.address.nil?
|
||||
%dl.dl-horizontal
|
||||
- if @contact.bic?
|
||||
- if @contact.org_name.present?
|
||||
%dt= t(:org_name)
|
||||
%dd= @contact.org_name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue