# File app/controllers/conferences_controller.rb, line 55
  def show
    @can_edit = true if @user and @user.has_admin_task? 'conferences_adm'
  end