updated view
This commit is contained in:
parent
f522fd3cd0
commit
38c7aa3008
|
@ -17,7 +17,8 @@
|
|||
|
||||
= render 'show_field', :key => :project_version, :value => build_list_version_link(pbl, true)
|
||||
|
||||
- [:arch, :main_script, :params, :time_living].each do |el|
|
||||
= render 'show_field', :key => :arch, :value => pbl.arch.name
|
||||
- [:main_script, :params, :time_living].each do |el|
|
||||
= render 'show_field', :key => el, :value => pbl.send(el)
|
||||
|
||||
= render 'show_field', :key => :notified_at, :value => l(pbl.updated_at, :format => :long)
|
||||
|
|
Loading…
Reference in New Issue