#785: small UI changes

This commit is contained in:
Vokhmin Alexey V 2012-12-14 19:18:29 +04:00
parent 6f623dbab5
commit b250aba86e
1 changed files with 2 additions and 1 deletions

View File

@ -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))