#345: fixed: undefined method name_with_owner for nil:NilClass

This commit is contained in:
Vokhmin Alexey V 2014-03-24 21:55:02 +04:00
parent c4a4b50450
commit 1217bdad88
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
= form_for :filter, html: {class: :form, id: 'monitoring_filter', 'ng-submit' => 'refresh(true)'}, authenticity_token: false do |f|
.column
= render 'server_status'
= hidden_field_tag :name_with_owner, @project.name_with_owner
= hidden_field_tag :name_with_owner, @project.try(:name_with_owner)
.reloader
= label_tag :autoreload do
= check_box_tag :autoreload, true, true