This commit is contained in:
Nicolas Bally 2019-11-12 13:04:59 +01:00
parent e4d772ade7
commit 2c822c3a17

View File

@ -14,7 +14,7 @@ class Admin::IWebsitesController < ApplicationController
def preview def preview
@i_website = IWebsite.where(:token => params[:id]).first @i_website = IWebsite.where(:token => params[:id]).first
params[:i_task_project_id] = @i_website.id
@i_tasks = @i_website.i_tasks @i_tasks = @i_website.i_tasks
#render :template => "admin/i_tasks/index" #render :template => "admin/i_tasks/index"