#785: small UI changes
This commit is contained in:
parent
6f623dbab5
commit
b250aba86e
|
@ -10,7 +10,8 @@
|
|||
|
||||
= render 'show_field', :key => :id, :value => pbl.id
|
||||
= render 'show_field', :key => :status, :value => pbl.human_status
|
||||
= render 'show_field', :key => :user, :value => link_to(pbl.user.try(:fullname), pbl.user)
|
||||
- if pbl.user
|
||||
= render 'show_field', :key => :user, :value => link_to(pbl.user.try(:fullname), pbl.user)
|
||||
|
||||
= render 'show_field', :key => :product, :value => link_to(pbl.product.name, platform_product_path(platform, product))
|
||||
|
||||
|
|
Loading…
Reference in New Issue