add tests for organization name in conference views

remove tests for organization name in conference#edit
This commit is contained in:
shlok007 2017-07-25 08:16:44 +05:30 committed by Shlok Srivastava
parent cdc08052b1
commit 17eacaec0d
4 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@
= yield(:head)
%body
= render 'layouts/navigation'
= render 'layouts/navigation', conference: @conference
-# Admin area
- if controller.class.name.split("::").first=="Admin"
= render 'layouts/admin'